- HTML CSS JS
- Bootstrap
- Django
- HTML CSS JS
- Python
- Django
-
Backend
pip install -r requirements.txt python manage.py makemigrations python manage.py migrate
-
To Create Super User
python3 manage.py createsuperuser
-
To Runserver
python3 manage.py runserver
-
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It's free and open source.
-
- Ridiculously fast
- Reassuringly secure
- Exceedingly scalable
- Incredibly versatile
- Easy to Integrate with Python Libraries/Functions
-
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.