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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file django-lteadmin-0.3.0a0.tar.gz.

File metadata

File hashes

Hashes for django-lteadmin-0.3.0a0.tar.gz
Algorithm Hash digest
SHA256 a1758167acdefd5de68667ee6756a9df1741081e53a86c6770f4e7d489f981df
MD5 7b26145fd409429d36e02a81247d1a2a
BLAKE2b-256 18c3f1be8bc33130af05d81742ece2230030aff58c16a984d43cbdeaaa588c74

See more details on using hashes here.

File details

Details for the file django_lteadmin-0.3.0a0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_lteadmin-0.3.0a0-py3-none-any.whl
Algorithm Hash digest
SHA256 d8928bd0628b388940107f4c511370bf5fdf27daf4ce9f03d65272ccd27b9456
MD5 e520e8803ac358a0956fa53963e1a6cc
BLAKE2b-256 fbea2a57513d670cd4d4b50f92ba420e5cca733a274ed21958a0c2d19eac6538

See more details on using hashes here.

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