Skip to content

WAcry/django_practice_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Self Practice

A tiny blog application based on Django, Bootstrap and SQLite.

Deploy Guide:

1. Start the SQLite database server using db.sqlite3
2. run `python manage.py migrate` in terminal to apply the database migrations
3. run `python manage.py createsuperuser` in terminal to create a superuser
4. Start the django server by command `python manage.py runserver`
5. Go to http://localhost:8000/blog/index/ to see the blog posts

Manage Articles:

run tools/import_data.py to import articles from data/articles to the database,
or you can manage articles using the admin page http://localhost:8000/admin

About

A simple practice for django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published