Skip to main content

A simple bootstrapper for django applications

Project description

Django Bootstrapper

PyPI Build Status

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

Test your changes

We want to include test on this suite so, to test your changes use

pytest

Compile locally

python setup.py sdist
python setup.py install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_bootstrapper-0.0.5.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

django_bootstrapper-0.0.5-py3.7.egg (11.4 kB view details)

Uploaded Source

File details

Details for the file django_bootstrapper-0.0.5.tar.gz.

File metadata

  • Download URL: django_bootstrapper-0.0.5.tar.gz
  • Upload date:
  • Size: 5.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

Hashes for django_bootstrapper-0.0.5.tar.gz
Algorithm Hash digest
SHA256 a5b2f3562b5814cad27f940e4a35cfc94926b39799575a87ab4f0ef278fc1cbf
MD5 59f757a721f90debe23cf5a40924da82
BLAKE2b-256 273dd8d195db6c3b46ffbe8aa94fbce2fa73da84b1675c128c428be16e3c0c17

See more details on using hashes here.

File details

Details for the file django_bootstrapper-0.0.5-py3.7.egg.

File metadata

  • Download URL: django_bootstrapper-0.0.5-py3.7.egg
  • Upload date:
  • Size: 11.4 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

Hashes for django_bootstrapper-0.0.5-py3.7.egg
Algorithm Hash digest
SHA256 e69998e02ac4a0193c7761ae33bc5484f155b15cf4d3cddf28eaa37802257448
MD5 193d87ed3e84afbaaf5daf37f13392ef
BLAKE2b-256 90b4e32a118e5b4c04bd051d920c1f13ab98f3744eab6c37b46fcc8b2352f2cf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page