{"id":16175361,"url":"https://github.com/app-generator/django-admin-gradient-pro","last_synced_at":"2026-01-21T12:01:36.832Z","repository":{"id":100502807,"uuid":"594322693","full_name":"app-generator/django-admin-gradient-pro","owner":"app-generator","description":"Django Admin Gradient PRO - Modern Django UI | AppSeed","archived":false,"fork":false,"pushed_at":"2023-06-20T05:37:39.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T18:49:23.998Z","etag":null,"topics":["appseed","django-template","django-theme","gradient-able"],"latest_commit_sha":null,"homepage":"https://appseed.us/product/gradient-able-pro/django/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/app-generator.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-28T07:08:31.000Z","updated_at":"2023-02-04T09:00:34.000Z","dependencies_parsed_at":"2024-11-02T17:25:56.803Z","dependency_job_id":"51fdfcda-6ea4-413e-953e-b1a184cea0bf","html_url":"https://github.com/app-generator/django-admin-gradient-pro","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/app-generator/django-admin-gradient-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-admin-gradient-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-admin-gradient-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-admin-gradient-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-admin-gradient-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/django-admin-gradient-pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-admin-gradient-pro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appseed","django-template","django-theme","gradient-able"],"created_at":"2024-10-10T04:44:41.492Z","updated_at":"2026-01-21T12:01:36.815Z","avatar_url":"https://github.com/app-generator.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# **[Django Admin Gradient PRO](https://appseed.us/product/gradient-able-pro/django/)**\n\n**Django** starter styled with **[Gradient Able](https://appseed.us/product/gradient-able-pro/django/)**, a premium `Bootstrap 5` design from [CodedThemes](https://codedthemes.com/?ref=appseed).\nThe product is designed to deliver the best possible user experience with highly customizable feature-rich pages. \n\n\u003e 👉 **NOTE**: This product `requires a License` in order to access the theme:\n\n**Private REPO**: `git+https://github.com/app-generator/priv-django-admin-datta-pro`\n\n\u003cbr /\u003e\n\n## Features: \n\n- **UI Kit**: Gradient PRO `v1.1.3` by CodedThemes\n- [Django Gradient PRO](https://appseed.us/product/gradient-able-pro/django/) - `sample project`\n- **Sections Covered**: \n  - `Admin Section`, reserved for `superusers`\n  - `All pages` managed by `Django.contrib.AUTH`\n  - `Registration` page\n  - `Misc pages`: colors, icons, typography, blank-page \n\n\u003cbr /\u003e\n\n![Gradient PRO - Full-Stack Starter generated by AppSeed](https://user-images.githubusercontent.com/51070104/216759901-7b3a6c50-b224-4ae2-922c-3cb4648a5802.png)\n\n\u003cbr /\u003e\n\n## Why `Django Admin Gradient PRO`\n\n- Modern [Bootstrap 5](https://www.admin-dashboards.com/bootstrap-5-templates/) Design\n- `Responsive Interface`\n- `Minimal Template` overriding\n- `Easy integration`\n\nGradient Dashboard comes with error/bug-free, well structured codebase that renders nicely in all major browsers and devices. \n\n\u003cbr /\u003e\n\n## How to use it\n\n\u003cbr /\u003e\n\n\u003e **Install the package** via `PIP` \n\n```bash\n$ pip install git+https://github.com/app-generator/priv-django-admin-gradient-pro.git\n```\n\n\u003cbr /\u003e\n\n\u003e Add `admin_gradient_pro` application to the `INSTALLED_APPS` setting of your Django project `settings.py` file (note it should be before `django.contrib.admin`):\n\n```python\n    INSTALLED_APPS = (\n        ...\n        'admin_gradient_pro.apps.AdminGradientProConfig',\n        'django.contrib.admin',\n    )\n```\n\n\u003cbr /\u003e\n\n\u003e Add `LOGIN_REDIRECT_URL` and `EMAIL_BACKEND` of your Django project `settings.py` file:\n\n```python\n    LOGIN_REDIRECT_URL = '/'\n    # EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'\n    EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'\n```\n\n\u003cbr /\u003e\n\n\u003e Add `admin_gradient_pro` urls in your Django Project `urls.py` file\n\n```python\n    from django.urls import path, include\n\n    urlpatterns = [\n        ...\n        path('', include('admin_gradient_pro.urls')),\n    ]\n```\n\n\u003cbr /\u003e\n\n\u003e **Collect static** if you are in `production environment`:\n\n```bash\n$ python manage.py collectstatic\n```\n\n\u003cbr /\u003e\n\n\u003e **Start the app**\n\n```bash\n$ # Set up the database\n$ python manage.py makemigrations\n$ python manage.py migrate\n$\n$ # Create the superuser\n$ python manage.py createsuperuser\n$\n$ # Start the application (development mode)\n$ python manage.py runserver # default port 8000\n```\n\nAccess the `admin` section in the browser: `http://127.0.0.1:8000/`\n\n\u003cbr /\u003e\n\n## How to Customize \n\nWhen a template file is loaded in the controller, `Django` scans all template directories starting from the ones defined by the user, and returns the first match or an error in case the template is not found. \nThe  theme used to style this starter provides the following files: \n\n```bash\n# This exists in ENV: LIB/admin_gradient_pro\n\u003c UI_LIBRARY_ROOT \u003e                      \n   |\n   |-- templates/                     # Root Templates Folder \n   |    |          \n   |    |-- accounts/       \n   |    |    |-- auth-signin.html     # Sign IN Page\n   |    |    |-- auth-signup.html     # Sign UP Page\n   |    |\n   |    |-- includes/       \n   |    |    |-- footer.html          # Footer component\n   |    |    |-- sidebar.html         # Sidebar component\n   |    |    |-- navigation.html      # Navigation Bar\n   |    |    |-- scripts.html         # Scripts Component\n   |    |\n   |    |-- layouts/       \n   |    |    |-- base.html            # Masterpage\n   |    |    |-- base-auth.html       # Masterpage for Auth Pages\n   |    |\n   |    |-- pages/       \n   |         |-- index.html           # Dashboard page\n   |         |-- profile.html         # Settings  Page\n   |         |-- *.html               # All other pages\n   |    \n   |-- ************************************************************************\n```\n\nWhen the project requires customization, we need to copy the original file that needs an update (from the virtual environment) and place it in the template folder using the same path. \n\n\u003e For instance, if we want to **customize the index page** these are the steps:\n\n- `Step 1`: create the `templates` DIRECTORY inside your app \n- `Step 2`: configure the project to use this new template directory\n  - Edit `settings.py` TEMPLATES section \n- `Step 3`: copy the `index.html` from the original location (inside your ENV) and save it to the `YOUR_APP/templates` DIR\n  - Source PATH: `\u003cYOUR_ENV\u003e/LIB/admin_gradient_pro/templates/pages/index.html`\n  - Destination PATH: `YOUR_APP/templates/pages/index.html`\n- Edit the `index` (Destination PATH)    \n\nAt this point, the default version of the `index.html` shipped in the library is ignored by Django.\n\nIn a similar way, all other files and components can be customized easily.\n\n\u003cbr /\u003e\n\n---\n**[Django Admin Gradient PRO](https://appseed.us/product/gradient-able-pro/django/)** - Modern Admin Interface provided by **[AppSeed](https://appseed.us/)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fdjango-admin-gradient-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fdjango-admin-gradient-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fdjango-admin-gradient-pro/lists"}