Skip to content
/ blog Public

Blog developed using Django Boostrap 4 SCSS Jquery

Notifications You must be signed in to change notification settings

tmttan03/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Requirements

Python 3.6 Virtualenv Django 3.0.4

Blog

  1. Setup project, a virtual environment, and install requirements
git clone https://github.com/antonsison/Blog-Clone.git
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
  1. Create core/local.py then after that
#EMAIL BACKEND
EMAIL_HOST_USER = ""
EMAIL_HOST_PASSWORD = ""
DEFAULT_FROM_EMAIL = ""

#Base URL
PROTOCOL = "http://"
DOMAIN_NAME = "127.0.0.1:8000"

WEBAPP_RESET_PASSWORD_PATH = "reset-password"
  1. Migrate the files with
$ python manage.py migrate
  1. Collect Static Files
$ python manage.py collectstatic
  1. To build SCSS Files go to assets/
$ sass --watch scss/style.scss css/style.css

About

Blog developed using Django Boostrap 4 SCSS Jquery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published