Skip to main content

A simple bootstrapper for django applications

Project description

Django Bootstrapper

PyPI

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


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.3.tar.gz (4.0 kB view details)

Uploaded Source

Built Distributions

django_bootstrapper-0.0.3-py3.7.egg (8.1 kB view details)

Uploaded Source

django_bootstrapper-0.0.3-py3.6.egg (8.9 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: django_bootstrapper-0.0.3.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5

File hashes

Hashes for django_bootstrapper-0.0.3.tar.gz
Algorithm Hash digest
SHA256 332c47c818fe535e31c8ca20e46c62e3976e734d81d245036fb418b629f76261
MD5 1f680ff29cc7ebf82b5dd001419935fe
BLAKE2b-256 9845a643973a53a5bfd8580c36bc804a77cab15c5b5aa15ee79a6a8ab3206edd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_bootstrapper-0.0.3-py3.7.egg
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5

File hashes

Hashes for django_bootstrapper-0.0.3-py3.7.egg
Algorithm Hash digest
SHA256 90de1895fbfd23420b5b45389758b44cd4a58c69f1c3e17c2650cbf5b67b54bd
MD5 8432e55274a5271987c1cc284ab73673
BLAKE2b-256 5ba49ebc3809caebdf80bb2b380708afb722bd358c11c3cabefc092e13ba73ec

See more details on using hashes here.

File details

Details for the file django_bootstrapper-0.0.3-py3.6.egg.

File metadata

  • Download URL: django_bootstrapper-0.0.3-py3.6.egg
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5

File hashes

Hashes for django_bootstrapper-0.0.3-py3.6.egg
Algorithm Hash digest
SHA256 09c6f934d764836acacedaeffc5aa8792e291bcbcc286c4e765f359c6195f255
MD5 fd1587002bfa43d933fcb5f8b93136e6
BLAKE2b-256 dbbb83a787de3524958c415e7ebbdc1bfd74314ab30e2e5cdd860f0649118635

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