Skip to content

hungtd9/django-skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-skeleton

An easy-to-use standard project structure for a fresh Django project.

Versions

Django 1.6.1 Bootstrap 3.1.0

=== After cloning the repo,

git clone https://github.com/mschettler/django-skeleton.git

Run the setup to name your project,

python setup.py

View your work, navigate to localhost:8000

python manage.py runserver

Done!

#####One line setup:

git clone https://github.com/mschettler/django-skeleton.git && cd django-skeleton && python setup.py

#Screenshot Example #Video Demo www.youtube.com/watch?v=4GLiMWXo0ws

(Video may not represent current version)

#Versions Used Django 1.5.4 Twitter Bootstrap 3.0.0

#Django Skeleton Project ├── README.md ├── myproject │   ├── README.md │   ├── manage.py │   ├── myfirstapp │   │   ├── init.py │   │   ├── models.py │   │   ├── templates │   │   │   └── home.html │   │   ├── tests.py │   │   ├── urls.py │   │   └── views.py │   ├── myproject │   │   ├── init.py │   │   ├── settings.py │   │   ├── urls.py │   │   └── wsgi.py │   └── src │   ├── css │   │   ├── bootstrap-theme.css │   │   ├── bootstrap-theme.min.css │   │   ├── bootstrap.css │   │   └── bootstrap.min.css │   ├── fonts │   │   ├── glyphicons-halflings-regular.eot │   │   ├── glyphicons-halflings-regular.svg │   │   ├── glyphicons-halflings-regular.ttf │   │   └── glyphicons-halflings-regular.woff │   └── js │   ├── bootstrap.js │   ├── bootstrap.min.js │   ├── html5shiv.js │   └── respond.min.js ├── screenshot.png └── setup.py

8 directories, 27 files

#Twitter Bootstrap http://getbootstrap.com/

#Django https://www.djangoproject.com/

#BTC Donate 1KajivBqGt6dwEnY8yUHLH6D9iSj1LMJeY (thanks!)

About

A default project structure skeleton for a Django, includes Twitter Bootstrap. (Always updated to latest Django/TB versions)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%