Skip to content

zwql-learncode/kteam-python-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Python Django Blog

This is my exercise blog for learn Django at KTeam.

🚀 Quick start

  1. Step 1. Clone the project

    git clone https://github.com/zhengwuqingling28/kteam-python-blog.git
  2. Step 2.

    # go to project
    cd kpy_web

    Create migration

    python manage.py makemigrations
    

    Applying migration

    python manage.py migrate
    
  3. Step 3. Run project

    python manage.py runserver
  4. Step 4. Create admin account

    python manage.py createsuperuser

About

Django MVT Pattern, Jinja template, SQLite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published