A Django package to create apps with custom structure (urls.py, views/ and models/ directories)
Project description
Django Custom Startapp
A Django management command to create applications with a custom structure:
Includes urls.py
Creates views/ and models/ directories instead of views.py and models.py
Installation
pip install django-custom-startapp
Usage
python manage.py customstartapp myapp
This will create an app with the following structure:
myapp/ ├── init.py ├── admin.py ├── apps.py ├── migrations/ │ └── init.py ├── models/ │ └── init.py ├── tests.py ├── urls.py └── views/ └── init.py
Requirements
Django >= 3.0
Python >= 3.6
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-custom-0.1.0.tar.gz.
File metadata
- Download URL: django-custom-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79090a0e92273eb3a870a4130ea4d8472bd36a89c5932a855eec009362d82866
|
|
| MD5 |
e3e5de1caa0c37ea946085334682837d
|
|
| BLAKE2b-256 |
94b75669794354c963714dd45e0af238ce60f4ca10a1af443c2631542f58d99f
|
File details
Details for the file django_custom-0.1.0-py3-none-any.whl.
File metadata
- Download URL: django_custom-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ba6a0561a37b2a2f60e18d6b187a8ffd99500910ae44f56e0a7fc9ee4c91dc7
|
|
| MD5 |
4a9ab70772296217abb9287558580f79
|
|
| BLAKE2b-256 |
1dff89d5f7df676d9ece65c7f68bad10762b07c157caa210eaf955cea1d62e6c
|