mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Adding warnings about refactoring
This commit is contained in:
parent
38b11f0f61
commit
999eb32d74
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
"""
|
||||
WARNING: This file about to undergo major refactoring by @pydanny per Issue #99.
|
||||
"""
|
||||
|
||||
from django.conf.urls import patterns, include, url
|
||||
from django.conf import settings
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
"""
|
||||
WARNING: This file about to undergo major refactoring by @pydanny per Issue #99.
|
||||
|
||||
For wont of a better name, this module is called 'models'. It's role is
|
||||
synonymous with the django.contrib.admin.sites model.
|
||||
|
|
|
|||
Loading…
Reference in a new issue