Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 380 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 380 Bytes

Machine

Deploy:

####1.Install packages: pip install -r requirements.txt

####2.Create database Edit database configuration in settings.py, then use your local mysql python manage.py makemigrations python manage.py migrate

####3.Create admin user python manage.py createsuperuser

####4.Run python manage.py runserver 0.0.0.0:8000

##To-Do: ####1. ####2. ####3.