Skip to main content

A simple Django app to conduct Web-based polls.

Project description

###############################
Django-AdminLTE
###############################
Change the default Django templates to the `LTE <https://almsaeedstudio.com/themes/AdminLTE/index2.html>`_

This is my first open source project done in Django, I hope it will be useful for you and look forward to suggestions, bugs and collaborations.

###############################
How do I get set up?
###############################

Instale usando PyPI:



pip install django-lteadmin


Add the app ``adminlte`` to ``settings.py``



INSTALLED_APPS = (
'adminlte',
...
)


###############################
What will you see in your admin?
###############################

Menu Icons
###############################

Menu icons are set in the Model:




class MyModel(models.Model):
Name = models.CharField(
...

def get_icon_menu_model_class(self):
return 'fa-user'

def get_icon_menu_add_model_class(self):
return 'fa-plus'

def get_icon_menu_change_model_class(self):
return 'fa-edit'

###############################
To Do
###############################

* Create tests
* Maintain menu status after selecting an item
* Organize the code according to the `PEP 8 <http://www.python.org/dev/peps/pep-0008/>`_



Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-lteadmin-0.3.0a0.tar.gz (973.0 kB view hashes)

Uploaded Source

Built Distribution

django_lteadmin-0.3.0a0-py3-none-any.whl (1.1 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page