Adding warnings about refactoring

This commit is contained in:
Daniel Greenfeld 2013-05-20 00:50:41 +02:00
parent 38b11f0f61
commit 999eb32d74
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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.