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/>`_
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/>`_
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
File details
Details for the file django-lteadmin-0.3.0a0.tar.gz
.
File metadata
- Download URL: django-lteadmin-0.3.0a0.tar.gz
- Upload date:
- Size: 973.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1758167acdefd5de68667ee6756a9df1741081e53a86c6770f4e7d489f981df |
|
MD5 | 7b26145fd409429d36e02a81247d1a2a |
|
BLAKE2b-256 | 18c3f1be8bc33130af05d81742ece2230030aff58c16a984d43cbdeaaa588c74 |
File details
Details for the file django_lteadmin-0.3.0a0-py3-none-any.whl
.
File metadata
- Download URL: django_lteadmin-0.3.0a0-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8928bd0628b388940107f4c511370bf5fdf27daf4ce9f03d65272ccd27b9456 |
|
MD5 | e520e8803ac358a0956fa53963e1a6cc |
|
BLAKE2b-256 | fbea2a57513d670cd4d4b50f92ba420e5cca733a274ed21958a0c2d19eac6538 |