Skip to content

maaddae/Django-Girls-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Django girls Blog

This awesome blog was built following tuturial on Django girls website using Django Framework 2.0

Project Directory Structure

djangogirl-maaddae-blog
β”œβ”€β”€ blog
β”‚Β Β  β”œβ”€β”€ admin.py
β”‚Β Β  β”œβ”€β”€ apps.py
β”‚Β Β  β”œβ”€β”€ forms.py
β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”œβ”€β”€ migrations
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ 0001_initial.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”‚Β Β  └── __pycache__
β”‚Β Β  β”œβ”€β”€ models.py
β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”œβ”€β”€ static
β”‚Β Β  β”‚Β Β  └── css
β”‚Β Β  β”‚Β Β      └── blog.css
β”‚Β Β  β”œβ”€β”€ templates
β”‚Β Β  β”‚Β Β  └── blog
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ base.html
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ post_detail.html
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ post_edit.html
β”‚Β Β  β”‚Β Β      └── post_list.html
β”‚Β Β  β”œβ”€β”€ tests.py
β”‚Β Β  β”œβ”€β”€ urls.py
β”‚Β Β  └── views.py
β”œβ”€β”€ db.sqlite3
β”œβ”€β”€ manage.py
β”œβ”€β”€ mysite
β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”œβ”€β”€ settings.py
β”‚Β Β  β”œβ”€β”€ urls.py
β”‚Β Β  └── wsgi.py
└── README.md