Files
mayan-edms/mayan/urls/__init__.py
Roberto Rosario 2d5a646940 URLs: Remove development URLs from main URL file
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>
2018-11-25 00:32:17 -04:00

4 lines
69 B
Python

from __future__ import unicode_literals
from .base import * # NOQA