This is an open source project from DevProjects. Feedback and questions are welcome! Find the project requirements here:
Built with Python on Django framework
Incorporated using Bootstrap5
Screenshots of your app and/or a link to your live demo
Instructions for other developers on how to install and run your code on their local environment.
1.Set up python virtual environment 2.Run the following commands:
-$ pip install -r requirements.txt* -$ python manage.py makemimigrations
-$ python manage.py migrate
-$ python manage.py createsuperuser
-$ python manage.py runserver