1
0
mirror of https://github.com/django/django.git synced 2025-01-15 12:52:31 +00:00
2014-01-26 14:32:01 -05:00

10 lines
175 B
Python

import os
from django.apps import AppConfig
from django.utils._os import upath
class NSAppConfig(AppConfig):
name = 'nsapp'
path = upath(os.path.dirname(__file__))