Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Caccamo 9f22ce4b70 Updated package description 2015-12-03 11:46:43 +01:00
Fabio Caccamo 12078589aa Updated version 2015-12-03 11:45:37 +01:00
Fabio Caccamo 98d7153b24 Added admin-interface and flat-theme body classes 2015-12-03 11:44:34 +01:00
Fabio Caccamo d702b0a328 Updated README.md 2015-11-26 11:25:07 +01:00
Fabio Caccamo 8bc899f107 Updated README.md 2015-11-26 11:24:44 +01:00
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ INSTALLED_APPS = (
#... #...
) )
``` ```
- Run ``python manage.py migrate admin_interface`` - Run ``python manage.py migrate`` *(add ``--fake-initial`` if you are upgrading from 0.1.0 to 0.1.1 version)*
- Run ``python manage.py collectstatic`` - Run ``python manage.py collectstatic``
- Restart your application server - Restart your application server
@@ -460,5 +460,7 @@
</h1> </h1>
{% endblock %} {% endblock %}
{% block bodyclass %}admin-interface flat-theme{% endblock %}
{% block sidebar %} {% block sidebar %}
{% endblock %} {% endblock %}
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = '0.1.1' __version__ = '0.1.2'
+1 -1
View File
@@ -10,7 +10,7 @@ setup(
include_package_data=True, include_package_data=True,
license='MIT License', license='MIT License',
version=__version__, version=__version__,
description='django-admin-interface is a modern admin interface customizable by the admin itself.', description='django-admin-interface is a modern flat admin interface customizable by the admin itself.',
author='Fabio Caccamo', author='Fabio Caccamo',
author_email='fabio.caccamo@gmail.com', author_email='fabio.caccamo@gmail.com',
url='https://github.com/fabiocaccamo/django-admin-interface', url='https://github.com/fabiocaccamo/django-admin-interface',