A simple bootstrapper for django applications
Project description
Django Bootstrapper
This is a simple django project generator, it uses django default command and complete the schema generating a full application ready to use, including base, authentication, and template_base applications.
The main idea behind this projects is to automate some labors when we create projects.
The project folder structure will be:
project_folder
├── applications
│ ├── authentication (Authentication app from https://github.com/contraslash/authentication-django)
│ ├── base_template (Base template from https://github.com/contraslash/template_cdn_bootstrap)
│ └── __init__.py
├── base (base from https://github.com/contraslash/base-django)
├── manage.py
└── project_name
├── __init__.py
├── settings.py
├── urls.py
└── wsgi.py
The project is git submodule based, and creates submodules for authentication
, base_template
and base
,
all open source projects created by contraslash.
Also we recommend to use Django Crud Generator to create CRUD automatically.
Our main goal is to create a project with a structure that we can extend using templates and existing files.
If you want to modify and add to your tree any submodule, we recommend to follow this question
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 Distributions
File details
Details for the file django_bootstrapper-0.0.4.tar.gz
.
File metadata
- Download URL: django_bootstrapper-0.0.4.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4aa00f7bd6dbd6262579ac2a8799461744cc0da378fa2f2ff00b1cfcb747e04e |
|
MD5 | 0bef5d27f6957736a0d6be63b5c0d035 |
|
BLAKE2b-256 | 63b8d4a8485c5b3d15dccde45db17875b0654039c9f5571652129dfa045bcea2 |
File details
Details for the file django_bootstrapper-0.0.4-py3.7.egg
.
File metadata
- Download URL: django_bootstrapper-0.0.4-py3.7.egg
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7092ca1d69a06e4bf5343235db176778675c3730e1ce87115b66d5513a3fdfb |
|
MD5 | d2d0efc8216d096e9b86d189c1303566 |
|
BLAKE2b-256 | 451ad331c1a97d7e07d250ef8433b4dd2032b9b5a3acc845a1d300f1df72d95f |
File details
Details for the file django_bootstrapper-0.0.4-py3.6.egg
.
File metadata
- Download URL: django_bootstrapper-0.0.4-py3.6.egg
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ec28c1020a44dae69af60ae7306c934d214796e1ea193fd13d4c16706f97686 |
|
MD5 | 29539ee665a4652720b6b8097f2cad25 |
|
BLAKE2b-256 | 98aeacdaa0f341eb2f3fd0305c577b251a25f88837fdde7005e699348d77b0a6 |