arnav13081994 / blogs

This is a sample Django Blogs Application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.”

About

This is a sample Django Blogs Application.


Languages

Language:Python 53.6%Language:HTML 43.8%Language:CSS 2.6%