Changeset - b5c6e0e5edd5
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2016-09-21 03:11:42
chrisjrn@gmail.com
Adds dependency on django_countries
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -155,12 +155,13 @@ INSTALLED_APPS = [
 

	
 
    # Registrasion
 
    "registrasion",
 

	
 
    # Registrasion-stipe
 
    "pinax.stripe",
 
    "django_countries",
 
    "registripe",
 

	
 
    #admin - required by registrasion ??
 
    "nested_admin",
 

	
 
    # project
0 comments (0 inline, 0 general)