django-dilla
django-dilla copied to clipboard
Dont see of command at manage.py or django-admin.py
I have installed dilla in my settings but not show of command dilla in manage.py, my settings:
INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.admin', 'django.contrib.admindocs', 'polls', 'dilla', )
I'm also not seeing not seeing the Dilla manage.py commands. My settings: INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', # Uncomment the next line to enable the admin: 'django.contrib.admin', # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', 'south', 'artists', 'dilla', )
Hi, thanks but I don't really use it anymore - see #21 I wont merge anything as I'm not interested in testing it.