Move the development URL definitions for Rosetta and Debug toolbar to a separate URL file. Convert the single urls.py to a module to allow multiple URL files to be used. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
4 lines
69 B
Python
4 lines
69 B
Python
from __future__ import unicode_literals
|
|
|
|
from .base import * # NOQA
|