Skip to main content

Library with common code for Django

Project description

PyPI latest PyPI Version PyPI License CicleCI Status Coverage

Is a pack a few Utilities for Django

Requirements

Django Stuff requires Django 1.11 or later

How to install

Getting It

You can get Django Stuff by using pip:

$ pip install django_stuff

If you want to install it from source, grab the git repository from Gitlab and run setup.py:

$ git clone git@github.com:rhenter/django_stuff.git
$ cd django_stuff
$ python setup.py install

Installing It

To enable django_stuff in your project you need to add it to INSTALLED_APPS in your projects settings.py file:

INSTALLED_APPS = (
    ...
    'django_stuff',
    ...
)

Run the migrations

To complete the instalation you need to run the migrations right after you have added the django_stuff to the INSTALLED_APPS on settings file in your project folder:

$ cd YOUR-PROJECT
$ python manage.py migrate

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-stuff-0.1.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

django_stuff-0.1.1-py3-none-any.whl (8.3 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