A Django app to setup a basic Django app with views and templates ready to be used.
Project description
Django Base Setup
"Django Base Setup" is a Django app to help you setup a basic Django project.
Quick start
-
Add "base_setup" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'base_setup', ]
-
Run
python manage.py setup_base <<app_name>>to create the basic app. -
add the urls of newly created app into the main project.
-
Start the development server and visit http://127.0.0.1:8000/ (you'll see Obiwan-Kenobi).
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
File details
Details for the file django-base-setup-0.4.1.6.tar.gz.
File metadata
- Download URL: django-base-setup-0.4.1.6.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69692cd35cadfe6ea69a0ad9b8872eaf49fdcf1e8070396ac302914f11b22846
|
|
| MD5 |
b7222cb6a9d50bed06a519f69e5a7d36
|
|
| BLAKE2b-256 |
eba1e6a7491997e9409101aefd845cf902f9cb22ce3bbcda544df10a422a2de0
|