/blogs

This is a sample Django Blogs Application.

Primary LanguagePython

This is a sample Django Project website to understand the basics of Django web framework.

In this project, we will create a basic blogging website

In order to install and run the app, please follow these steps:

  1. Clone the repo
  2. CD to the folder you cloned the repo in
  3. Install all requirements by running "pip3 install -r requirements.txt"
  4. Run "manage.py runserver"
  5. Go to "localhost:8000" to see the website live in action.”