Skip to main content

Django utilitys

Project description

Firebrick

What is Firebrick?

Firebrick is a package with some general utilitys for django.

How do I install Firebrick?

Via pip: On Windows:

pip install firebrick

On linux:

pip3 install firebrick

In pipenv:

pipenv install firebrick

In settings.py add the following:

INSTALLED_APPS = [
    ...
    'firebrick',
    ...
]

What sort of utilitys does Firebrick have?

  • Auto generated accounts app
  • Username validation settings
  • Custom asserts for TestCase's
  • Basic tests for views

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

Firebrick-2.0.0.tar.gz (22.9 kB view hashes)

Uploaded Source

Built Distribution

Firebrick-2.0.0-py3-none-any.whl (29.2 kB view hashes)

Uploaded 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