Skip to content

visualspace/django-project-base

 
 

Repository files navigation

Django project-base

Base project for the Django project

Dependencies

Dependencies will be automatically installed in a virtualenv environment in the env directory upon running prepare.sh. As of now, the following dependencies will be installed, from PyPI:

Usage

Starting a project based on this project

git init <my_project>

cd <my_project>

git pull git://github.com/dokterbob/django-project-base.git

./prepare.sh

./runserver.sh

Updating your project from the base

git pull git://github.com/dokterbob/django-project-base.git

About

A project base template for personal use. Features include djangologging and a smart settings.py file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.7%
  • Shell 26.3%