Introduction
This package extends the functionality of the templer code generation system. It builds upon the functionality of templer.core, and depends on that package.
Templer.django-project-app provides basic support for creating Django applications within an existing project like the startproject command but in a more useful way.
Getting the code
For the latest stable version of the package use easy_install or pip:
$ easy_install templer.django-project-app $ pip install templer.django-project-app
You could also retrieve the development version of the module like this:
$ pip install -e git://github.com/Fantomas42/templer.django-project-app.git#egg=templer.django-project-app
Creating applications
As with the parent package, templer.core, creating packages using templer.django-project-app template is accomplished by using the templer script. The script is invoked thus:
$ templer django_project_app
This will create a basic application skeleton related to your project, containing the models.py, urls.py and views.py which may be edited to taste.
If your application is not located within a project, you can also use the script but with a different template name, like this:
$ templer django_app
Changelog
1.2
Add django_app template for application created outside projects.
1.1
Pep8 on the code.
Fix model’s meta verbose names.
1.0
Using class-based views.
Adding structure for management commands.
Completing the default model and admin classes.
0.1.1
Creation of a tests.py file.
The model name is now configurable.
Rename project var to project_root.
Add a post run message with instructions for installing the new created applications.
0.1
Porting the code of the unreleased paster.django_project_application to templer.django-project-app.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file templer.django-project-app-1.2.tar.gz.
File metadata
- Download URL: templer.django-project-app-1.2.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0f8478f474315880d3b53a713c9a1bce27f053acbce78c80ae0512df444c413
|
|
| MD5 |
f033a0980ee464b07ad21eea3a2cfbcc
|
|
| BLAKE2b-256 |
1eee3e49ed362d62b6d6fe0adb0792ca0bf71fc68366c8d2c90cf5373c5fbb48
|