Skip to content

A simple little blog app created in Django using SQLite3

Notifications You must be signed in to change notification settings

brandon2580/django_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_blog

Startup

  • Install the repository to your local machine
  • Make sure you have Python installed (3.8.3 preferred)
  • Once you are in the root dir, run cd project
  • pip install pipenv
  • pipenv shell
  • py manage.py runserver
  • View at http://127.0.0.1:8000/
  • Enjoy!

Pictures

Homepage Create Blog Page Published Blogs Page Individual Blog Page

About

A simple little blog app created in Django using SQLite3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published