https://github.com/djangify/adminita_demo
Adminita Django Admin Theme Demo Site
https://github.com/djangify/adminita_demo
Last synced: 18 days ago
JSON representation
Adminita Django Admin Theme Demo Site
- Host: GitHub
- URL: https://github.com/djangify/adminita_demo
- Owner: djangify
- Created: 2025-12-19T12:43:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-31T15:54:43.000Z (6 months ago)
- Last Synced: 2026-07-03T03:35:34.426Z (18 days ago)
- Language: HTML
- Size: 102 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adminita Demo Site
Demo site showcasing the [Adminita](https://github.com/djangify/adminita) Django Admin Theme.
**Live Demo:** [adminita.todiane.com](https://adminita.todiane.com)
## Guest Login
Explore the admin interface with read-only access:
| Field | Value |
|-------|-------|
| URL | [adminita.todiane.com/admin](https://adminita.todiane.com/admin) |
| Email | `guest@adminita.demo` |
| Password | `demopassword123` |
The guest account has view-only permissions - you can browse all models but cannot add, edit, or delete anything.
## Features Demonstrated
- Modern dashboard with app cards
- Change list views with search and filters
- Change forms with various field types
- Responsive sidebar navigation
- Login and logout pages
## Local Setup
```bash
# Clone the repo
git clone https://github.com/djangify/adminita_demo.git
cd adminita_demo
# Create virtual environment
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Run migrations
python manage.py migrate
# Create superuser (for full access)
python manage.py createsuperuser
# Create guest user (for read-only demo access)
python manage.py create_guest_user
# Run server
python manage.py runserver
```
Visit [http://localhost:8000/admin](http://localhost:8000/admin)
## Related Links
- **Adminita Theme:** [github.com/djangify/adminita](https://github.com/djangify/adminita)
- **PyPI**: https://pypi.org/project/adminita/
- **Documentation:** [github.com/djangify/adminita#readme](https://github.com/djangify/adminita#readme)
## License
MIT License - See [Adminita License](https://github.com/djangify/adminita/blob/main/LICENSE)
Made with ❤️ by a Django enthusiast
**Note**: This is an open-source project. I appreciate your patience and contributions!
**Developer**: https://www.todiane.com
**Developer LinkedIn**: https://linkedin.com/in/todianedev
**Coffee Always Welcome**: https://ko-fi.com/todianedev ❤️