Skip to content

Bakon/python-django-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

This project is made with Python & Django.

The Python version used in this project is 3.8.2.

However you need to have at least Python 3.6 installed because of the use of 'f strings'.

Installing Python dependencies

All dependencies are listed inside requirements.txt

To install the dependencies run:

pip install -r requirements.txt

Starting the sass watcher

There's various methods for compiling sass files.

I used Ruby Sass to compile & watch the files.

sass --watch styles.sass:styles.css --style compressed

Running the project

python manage.py runserver

If you Python3 isn't your default set Python version, you need to run a different command.

python3 ./manage.py runserver

About

Fullstack Python blog with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors