Skip to main content

What Django is missing

Project description

Write Django as usual, and let django-boilerplate help you with the usually painfull stuff.

https://img.shields.io/travis/cubope/django-boilerplate/master.svg https://img.shields.io/coveralls/cubope/django-boilerplate/master.svg

Requirements

  • Python 2.7, 3.2, 3.3, 3.4, or 3.5

  • Django >= 1.8

The latest version supporting Python 2.6 and Django < 1.8 is the 6.x.x branch.

Installation

  1. Install using pip:

    pip install django-boilerplate

    Alternatively, you can install download or clone this repo and call pip install -e ..

  2. Add to INSTALLED_APPS in your settings.py:

    'boilerplate',

  3. In your templates, load the boilerplate library and use the boilerplate tags:

This app will soon require Django 1.8+, python 2.7+. Thanks for understanding.

Bugs and suggestions

If you have found a bug or if you have a request for additional functionality, please use the issue tracker on GitHub.

https://github.com/cubope/django-boilerplate/issues

License

You can use this under Apache 2.0. See LICENSE file for details.

Author

Developed and maintained by Cubo.

Original author & Development lead: Irving Kcam.

Thanks to everybody that has contributed pull requests, ideas, issues, comments and kind words.

Please see AUTHORS.rst for a list of contributors.

History

0.2.0 (2016-06-18)

  • Rename: views.py to mixins.py because is the propper name

  • Add: boilerplate.py with the default settings, you can customize your error messages.

  • Add: forms.py Forms with validation to the following Views:

  • Add: views.py: LoginView

  • Add: views.py: RecoverAccountView

  • Add: views.py: RegistrationView

  • Add: views.py: LoginView

0.1.3 (2016-06-16)

  • Fix: CRUD Messages Mixin conflict with Extra Forms and Formsets Mixin

  • Fix: ExtraFormsandFormsetsMixin validate if formset_list or extra_form_list exists

  • Fix: App template tags, didn’t got the model information intead of the app information

0.1.0 (2016-06-12)

  • Fix: CRUD Messages Mixin

  • Bug: Variables got reasigned ExtraFormsAndFormsetsMixin on the get_context_data

  • Convert spaces to tabs

0.0.1 (2016-06-6)

  • project added

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-boilerplate-0.2.0.tar.gz (21.2 kB view hashes)

Uploaded Source

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