Skip to content

fuyanpeng/itsoho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

{% if False %}

Doodoll Cloud Template (require Django > 1.4)

About

This template is designed for Django 1.4's new startproject template option.

As much as I could, all the code has been updated to use the new suggested layout and functionality in Django 1.4.

Features

By default, this template includes:

Background Tasks:

  • Celery

Migrations:

  • South

Caching:

  • python-memcached

Admin:

  • Includes django-admin-toolbar for development and production (enabled for superusers)
  • Includes two debug-toolbar panels that are useful, but are disabled until they support Django 1.4
  • django-debug-toolbar-user-panel
  • memcache-debug-panel

Testing:

  • nose and django-nose
  • pylint, pep8, and coverage

Any of these options can added, modified, or removed as you like after creating your project.

How to use this template to create your project

  • Create your virtualenv
  • Install Django 1.4
  • $ django-admin.py startproject --template http://code.acttao.com/doodoll-cloud-template --extension py,md projectname
  • $ cd projectname
  • Select your database adapter in requirements/compiled.txt (MySQL, Postgresql, or stick with SQLite)
  • $ pip install -r requirements/dev.txt
  • $ cp projectname/settings/local-dist.py projectname/settings/local.py (local.py shouldn't be added to your source control)
  • $ ./manage.py syncdb
  • $ ./manage.py runserver

{% endif %}

{{ project_name|title }} Project

About

Describe your project here.

Prerequisites

  • Python >= 2.5
  • pip
  • virtualenv (virtualenvwrapper is recommended for use during development)

Installation

Fill out with installation instructions for your project.

License

This software is licensed under the New BSD License. For more information, read the file LICENSE.

About

my private porject

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors