Add group model.
[xnet] / xnet / settings.py
index f13afca..014d798 100644 (file)
@@ -42,6 +42,10 @@ TIME_ZONE = 'Europe/Paris'
 # Language code for this installation. All choices can be found here:
 # http://www.i18nguy.com/unicode/language-identifiers.html
 LANGUAGE_CODE = 'en-us'
+OCALE_PATHS = (
+    os.path.join(ROOT_DIR, 'locale'),
+)
+
 
 SITE_ID = 1
 
@@ -133,6 +137,7 @@ INSTALLED_APPS = (
 
     'django_authgroupex',
     'xnet.site',
+    'xnet.group',
     'xnet.example',
 )