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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

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