This is my exercise blog for learn Django at KTeam.
-
Step 1. Clone the project
git clone https://github.com/zhengwuqingling28/kteam-python-blog.git
-
Step 2.
# go to project cd kpy_web
Create migration
python manage.py makemigrations
Applying migration
python manage.py migrate
-
Step 3. Run project
python manage.py runserver
-
Step 4. Create admin account
python manage.py createsuperuser