===========
Django-loading
===========
.. image:: https://secure.travis-ci.org/RichardOfWard/django-loading.png
:alt: Build Status
:target: http://travis-ci.org/RichardOfWard/django-loading
Django-loading allows you to load your django apps by their app name rather
than by the module path. This is particularly useful if you don't know where
modules will be installed or if you plan to allow overriding of your apps (eg
a user replaces your ``foo.bar`` app with ``myfoo.bar``).
Usage
=====
If you have a django app called ``bar`` in a package called ``foo`` (such that
you would add ``foo.bar`` to your INSTALLED_APPS) then you can get hold of
``bar`` without knowing its full module path::
import loading.apps.bar
Django-loading hooks into python's regular import mechanism so all the normal
ways to import things will work::
from loading.apps.bar import models
from loading.apps.bar.models import MyModel as ThisIsMyModel
Your app names in a django project should all be unqiue, django-loading won't
work if they are not (but django won't like that either).
Installation
============
Use your favorite install method, for example:
$ pip install django-loading
You do not need to add django-loading to your INSTALLED_APPS, just start using
it.
Django-loading
===========
.. image:: https://secure.travis-ci.org/RichardOfWard/django-loading.png
:alt: Build Status
:target: http://travis-ci.org/RichardOfWard/django-loading
Django-loading allows you to load your django apps by their app name rather
than by the module path. This is particularly useful if you don't know where
modules will be installed or if you plan to allow overriding of your apps (eg
a user replaces your ``foo.bar`` app with ``myfoo.bar``).
Usage
=====
If you have a django app called ``bar`` in a package called ``foo`` (such that
you would add ``foo.bar`` to your INSTALLED_APPS) then you can get hold of
``bar`` without knowing its full module path::
import loading.apps.bar
Django-loading hooks into python's regular import mechanism so all the normal
ways to import things will work::
from loading.apps.bar import models
from loading.apps.bar.models import MyModel as ThisIsMyModel
Your app names in a django project should all be unqiue, django-loading won't
work if they are not (but django won't like that either).
Installation
============
Use your favorite install method, for example:
$ pip install django-loading
You do not need to add django-loading to your INSTALLED_APPS, just start using
it.
Release files for django-loading 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-loading-0.1.1.tar.gz | 2.3 kB | Details |
Release files / django-loading-0.1.1.tar.gz
| Download URL | django-loading-0.1.1.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
20f772b611db681f6f171183fedad9c2b2a8a592205d97ea1ad5543164294fec
|
|
BLAKE2b-256 checksum How to use checksums |
e72917fe61a44365b0963c2928603058261a888fda46cab62a3820f439349310
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |