Skip to content

jackboot7/django-project-template

Repository files navigation

django-project-template

Simple Django 1.6 Base Template. Please, use the issue tracker to inform of issues or suggest changes. Pull Request are welcome.

Features:

  • Requirement file with basic applications.

Templates

  • Twitter Bootstrap ready templates.
  • Django Registration templates (login, logout, register, etc)

How to use this template to create your project:

  • Create your working environment and virtualenv.
  • Activate your virtualenv and install django in it.:

    $ . env/bin/activate
    $ pip install django
  • Use Django Admin to generate a new project:

    $ django-admin.py startproject --template https://github.com/jackboot7/django-project-template/zipball/master --extension py,rst,conf,ini projectname
  • Install the project requirements and start working:

    $ pip install -r requirements.pip
  • The project includes some applications for development, you can install them with::

    $ pip install -r dev.requirements.pip
  • You have to rename and edit settings/local.py.example.

To do:

  • Add fabric file for deployment.

About

Simple Django project template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages