Skip to content

mahesh-wor/django-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-blog

learning django following this video tutorial.

Installing

Clone the project

git clone https://github.com/mahesh-wor/django-blog
cd django-blog

Activate virtualenv & Install dependencies

source <venv_location>/bin/acticate

Install with pip3

pip3 install <name>
Django              2.1    
django-crispy-forms 1.7.2  
Pillow              5.3.0  
pip                 18.1   
pytz                2018.7 
setuptools          40.6.2 
wheel               0.32.2 

Apply migrations

python3 manage.py makemigrations
python3 manage.py migrate

Running

Just run this command:

python3 manage.py runserver

Using

goto localhost:8000

About

learning django while making this minimal blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published