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.
- Host: GitHub
- URL: https://github.com/arnav13081994/blogs
- Owner: arnav13081994
- Created: 2019-07-25T13:27:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T13:50:11.000Z (almost 6 years ago)
- Last Synced: 2025-08-25T20:47:33.762Z (11 months ago)
- Topics: bootstrap-4, django-blog, django2, python3
- Language: Python
- Homepage:
- Size: 214 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.”