####Powered by python 3 and django 1.10
-
fork this project to your local
-
Clone repository to local
-
Run command: pip install -r requirements.txt(please first navigate to the same folder with requirements.txt otherwith pleasee enter full path name)to install all dependencies
-
Migrate database, run commands in same folder with manage.py:
python manage.py makemigrations python manage.py migrate -
Like step 4, create a super user:
python manage.py createsuperuser -
Before running your website, please execute PrepareWebSite.sql in mysql.
-
Like step 4 and 5, run below command to start server.
python manage.py runserver -
Enter url http://127.0.0.1:8000/ in browser
Aaron Li.