Skip to content

adushaj2022/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B Blog

B Blog is a site similar to the early versions of instagram where users can make posts and follow different users

Tech Stack

Django
PostgreSQL
Bootstrap

Installation

Make sure python 3 + is installed on your devices

python -m venv venv
venv\Scripts\activate
cd blog
pip install -r requirements.txt 
py manage.py migrate

To connect to postgres Database please find the settings.py file in blog/blog/ and enter password, port, username and database
image

Usage

py manage.py runserver

Features

  • Pagination
  • Image Uploading
  • Protected Auth Routes
  • Following / Unfollowing user

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Photo Blog Site created with Django & Postgres

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published