Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 2, 2019. It is now read-only.

Django 1.5 project template with useful features

License

Notifications You must be signed in to change notification settings

marcusrbrown/django-startproject

Repository files navigation

django-startproject

Project template for the Django Web framework.

Copyright (c) 2013 Marcus R. Brown and Contributors.

The django-startproject project is distributed under the MIT License.

Overview

django-startproject is a Django project template. You use it to create a new Django project that includes a bunch of useful functionality out-of-the-box. The purpose is to consolidate frequently repeated setup and configuration actions into only a few, and to promote rapid app development.

It is originally based on Randall Degges' django-skel project, and contains other features hacked in for use on my own projects and seen in others. I would like to extend it to support different project types via type-specific branches.

Contributions, criticisms, and suggestions are welcome.

Getting Started

Prerequisites

Projects that are created using django-startproject work best within a Python virtualenv environment. Run the following commands from a shell to bootstrap the new project's environment:

mkvirtualenv myproject
pip install -r https://raw.github.com/igetgames/django-startproject/master/requirements/development.txt

After the packages have been installed, create the new project with the following command:

django-admin.py startproject --template=https://github.com/igetgames/django-startproject/zipball/master -n Procfile myproject

Usage

The django-heroku-fabfile project contains a Fabric fabfile that can be used for project configuration and maintenance.

TODO: Document available tasks.

Author

The django-startproject project was created by Marcus R. Brown (@igetgames on Twitter). Send feedback to mrossbrown@gmail.com.

Support via Gittip

About

Django 1.5 project template with useful features

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /