Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hersonls/djamin
A new style for Django admin
https://github.com/hersonls/djamin
Last synced: 6 days ago
JSON representation
A new style for Django admin
- Host: GitHub
- URL: https://github.com/hersonls/djamin
- Owner: hersonls
- License: bsd-3-clause
- Created: 2014-07-31T17:36:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T02:10:38.000Z (over 8 years ago)
- Last Synced: 2024-05-22T15:06:10.273Z (6 months ago)
- Language: HTML
- Size: 2.9 MB
- Stars: 236
- Watchers: 15
- Forks: 22
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - djamin - A new style for Django admin (HTML)
README
# Djamin
Djamin a new and clean styles for Django admin based in Google projects styles.
## Quick start
1. Install djamin:
```pip install -e git://github.com/hersonls/djamin.git#egg=djamin```2. Add "djamin" to your INSTALLED_APPS setting, before django admin app
like this:
```python
INSTALLED_APPS = (
'djamin',
'django.contrib.admin',
...
)
```3. Start the development server and visit the http://127.0.0.1:8000/admin/ and enjoy it.
## Screenshots
![alt tag](https://raw.githubusercontent.com/hersonls/djamin/master/screenshots/dashboard.png)
![alt tag](https://raw.githubusercontent.com/hersonls/djamin/master/screenshots/changelist.png)
![alt tag](https://raw.githubusercontent.com/hersonls/djamin/master/screenshots/changelist_with_inline.png)
![alt tag](https://raw.githubusercontent.com/hersonls/djamin/master/screenshots/changeform.png)
## Contributing
Please, install and give a try to Djamin. Make a pull request with the bugfix or open a new issue with the screenshot's problem.
Any kind of help are welcome!## Creator
**Hersonls**
-
-