Skip to content

SAMAD101/blog_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple blog app built using Django, and Postgresql. This was made as a means to become better at Django, to design and work with some complex models, views, user management and routes, and some other features like pagination.

To see for yourself and run the project:

  1. Install Python(3), Django, PDM, and Postgresql on your computer.
  2. Clone this project
    git clone https://github.com/SAMAD101/blog_site.git
  3. Go into the project folder
    cd blog_site
  4. Make a virtual environment and activate it. This step is optional but preferred. You can use any virtualization tool you like.
  5. This project uses PDM for managing dependencies. So just run:
    pdm install
    This will install all the dependencies needed for this project to run.
  6. Run migrations:
    python manage.py migrate users
    python manage.py migrate
  7. Finally, run the server:
    python manage.py runserver

About

A simple blog app using django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors