An open API service indexing awesome lists of open source software.

https://github.com/arnav13081994/blogs

This is a sample Django Blogs Application.
https://github.com/arnav13081994/blogs

bootstrap-4 django-blog django2 python3

Last synced: 3 months ago
JSON representation

This is a sample Django Blogs Application.

Awesome Lists containing this project

README

          

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