A Simple Django Blog
- Create a post
- Update a post
- Delete a post
- Post created date
- LogIn/Register authentication
- Forgot password (Issue #1)
- Fork this project and clone
git clone https://github.com/user/Django.git
- Install the dependencies
pip install -r requirements.txt
or pip3 install -r requirements.txt
- Start the app
python manage.py runserver
or python3 manage.py runserver
For more information about Django Blog, access this youtube playlist: Django Tutorial