Skip to main content

Django frontend presets provide a command line that allow you to rapidly swap the front-end scaffolding for the application.

Project description

https://badge.fury.io/py/django-frontend-presets.svg https://travis-ci.org/mikemenard/django-frontend-presets.svg?branch=master https://codecov.io/gh/mikemenard/django-frontend-presets/branch/master/graph/badge.svg

Django frontend presets provide a command line that allow you to rapidly swap the front-end scaffolding for the application.

Documentation

The full documentation is at https://django-frontend-presets.readthedocs.io.

Quickstart

Install Django Frontend Presets:

pip install django-frontend-presets

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_frontend_presets.apps.DjangoFrontendPresetsConfig',
    ...
)

Add Django Frontend Presets’s URL patterns:

from django_frontend_presets import urls as django_frontend_presets_urls


urlpatterns = [
    ...
    url(r'^', include(django_frontend_presets_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.2 (2020-04-13)

  • First release on PyPI.

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-frontend-presets-0.1.2.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

django_frontend_presets-0.1.2-py2.py3-none-any.whl (17.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-frontend-presets-0.1.2.tar.gz.

File metadata

  • Download URL: django-frontend-presets-0.1.2.tar.gz
  • Upload date:
  • Size: 12.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.2

File hashes

Hashes for django-frontend-presets-0.1.2.tar.gz
Algorithm Hash digest
SHA256 5bc4179a598f07752a1cb2433790c0861434b87018ed36e2ea775781cca0b762
MD5 b69660a5bcafc0ad943e7a08d5dfc150
BLAKE2b-256 173d7de0a7ca4e8e946aff7fe43398c52d18dbd3bad04cc4f59fa40764901e2d

See more details on using hashes here.

File details

Details for the file django_frontend_presets-0.1.2-py2.py3-none-any.whl.

File metadata

  • Download URL: django_frontend_presets-0.1.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 17.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.2

File hashes

Hashes for django_frontend_presets-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4a56091ae187ec9f4805198b328dd189837406dc33f605d54f1f50e42a3ba14f
MD5 3c41bb65f4d5fc4f928569ebde183f8c
BLAKE2b-256 cbd4a7d86cce2db72143cc760c4f6ed3fb1471427eb00cd25be6ddbc34e11dbd

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