I make a Django admin site using Django development version
But it does not have a CSS style :
Configuring static files Make sure that django.contrib.staticfiles is included in your INSTALLED_APPS.
django.contrib.staticfiles
In your settings.py file, define STATIC_URL, for example:
STATIC_URL = '/static/'
for more details static files