Freyr Posted May 18, 2019 Posted May 18, 2019 (edited) Hello people, I'm just starting a project to develop a control panel using Python-Django. The project just started, so it has no features completed yet! Some benefits on having a CP with Django: easier to maintain, easier to setup simple, clean, compatible environment, uses few resources can run on Docker and Heroku with less than 5 commands it auto manages the db tables it uses (upgrades, modifications, etc) Uses bootstrap, so its easy to modify/rebrand So if you want to contribute, just send me a DM and I'll add you to the repo as contributor. https://github.com/Freyja-Folkvangr/ragpycp Update: Account Register Login Logout unsalted MD5 encryption Char All Char list view Char view Reset position reset style reset save map Admin Change account Change RO settings on account Modify char Discord: _giosan#4472 Telegram: @evergreen2 Edited October 6, 2020 by Freyr added new features 3 Quote
anacondaq Posted May 18, 2019 Posted May 18, 2019 (edited) Features request (can be applied to any control panel what people trying to develop on any language): account registration with access only to login table (user, pass, captcha, email confirmation, sex, birthdate (optional)), referral nickname). account management: reset pass, re-sent login to email character management: reset hair style, hair color, cloth style, last map, save a map, homunculus/mercenary/pet (clean it) master account inside which you can make a game accounts do not use any bloated shit, and use only the latest modern and well-tested components. do not make bloated code or features. html5/less/css3/ (optional) + js follow any modern/good/ easy to use or modify templates. This is a key feature. If devs can build beautiful websites easy - your CP will grow. If not - y our CP will die. security, verify ALL user input, do not trust to users at all. Use as less code as you can, verify everything caching which will work with speed, Nginx FastCGI, or redis, or anything else (important against DDOS attacks) donation module: paypal, stripe, cryptocurrency, any other payment method. Edited May 18, 2019 by anacondaq 1 Quote
Freyr Posted December 31, 2019 Author Posted December 31, 2019 On 12/29/2019 at 7:27 PM, Dark Lunacy said: How can I install it? Thanks Hi, I have just added these instructions for you: https://github.com/Freyja-Folkvangr/ragpycp/blob/master/README.md Feel free to join the discord server to ask questions. I'd also like to use your ragnarok environment (if possible) to continue adding features because I need a populated ragnarok db 1 Quote
Dark Lunacy Posted December 31, 2019 Posted December 31, 2019 5 hours ago, Freyr said: Hi, I have just added these instructions for you: https://github.com/Freyja-Folkvangr/ragpycp/blob/master/README.md Feel free to join the discord server to ask questions. I'd also like to use your ragnarok environment (if possible) to continue adding features because I need a populated ragnarok db Thanks! I will take a look Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.