django-dilla icon indicating copy to clipboard operation
django-dilla copied to clipboard

Dont see of command at manage.py or django-admin.py

Open jyr opened this issue 13 years ago • 2 comments

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', )

jyr avatar Feb 23 '12 17:02 jyr

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', )

pxg avatar Sep 26 '12 11:09 pxg

Hi, thanks but I don't really use it anymore - see #21 I wont merge anything as I'm not interested in testing it.

aerosol avatar Aug 02 '13 23:08 aerosol