Skip to content

Palaash05/Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Django Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published