rohitgehe05 / dfb-blog

Django for beginners - Chapter 5,6,7: Blog, Blog with forms, Blog with user authentication (https://djangoforbeginners.com/blog/, https://djangoforbeginners.com/blog-with-forms/, https://djangoforbeginners.com/blog-user-accounts/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django for beginners - Chapter 5, 6, 7: Blog, with forms, with user authentication

  1. git clone and cd
  2. mkvirtualenv $ENV_NAME
  3. pip3 install -r requirements.txt
  4. ./manage.py runserver

About

Django for beginners - Chapter 5,6,7: Blog, Blog with forms, Blog with user authentication (https://djangoforbeginners.com/blog/, https://djangoforbeginners.com/blog-with-forms/, https://djangoforbeginners.com/blog-user-accounts/)


Languages

Language:Python 72.5%Language:HTML 22.8%Language:CSS 4.8%