skip to navigation
skip to content

django-startcbv 0.2

Management command to start an app with class-based views.

Downloads ↓

Latest Version: 0.2.3

Installation

Add django-startcbv==0.1 to requirements.txt, then just:

pip install -r requirements.txt

Usage

For all of the following steps, replace "things" with the name of the app that you wish to create:

python manage.py startcbv things

Add your "things" app to INSTALLED_APPS in settings.py:

INSTALLED_APPS = (
    ...
    'things',
)

Add your "things" app URL pattern to urls.py:

url(r'^things/', include('things.urls')),

Then:

python manage.py syncdb
python manage.py runserver

License

This code is licensed under the MIT License.

 
File Type Py Version Uploaded on Size # downloads
django-startcbv-0.2.macosx-10.7-x86_64.exe (md5) MS Windows installer any 2011-10-22 70KB 139
django-startcbv-0.2.tar.gz (md5) Source 2011-10-22 11KB 202