Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1008 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 1008 Bytes

Django

A Simple Django Blog

Django blog

Goals

  • Create a post
  • Update a post
  • Delete a post
  • Post created date
  • LogIn/Register authentication
  • Forgot password (Issue #1)

How do I start?

  1. Fork this project and clone

Forking

git clone https://github.com/user/Django.git

  1. Install the dependencies

pip install -r requirements.txt or pip3 install -r requirements.txt

⚠️ Tip: make sure your Python version is 3.6+

  1. Start the app

python manage.py runserver or python3 manage.py runserver


For more information about Django Blog, access this youtube playlist: Django Tutorial