My website has many functions.
This is my first Big project at Hanoi University of Sience and Technology.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
A step by step series of examples that tell you how to get a development env running.
Install all requirements at: requirements.txt
Run this command to create admin
python manage.py createsuperuser
And run this command to run Project
python manage.py runserver
- You need create super user fist to login in to admin site.
- You can change all content or image in admin site.