{"id":16175365,"url":"https://github.com/app-generator/django-admin-black-pro","last_synced_at":"2026-01-21T14:01:58.163Z","repository":{"id":100502816,"uuid":"592711103","full_name":"app-generator/django-admin-black-pro","owner":"app-generator","description":"Django Admin Black PRO - Modern Django UI | AppSeed","archived":false,"fork":false,"pushed_at":"2023-01-29T05:08:22.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T18:49:24.000Z","etag":null,"topics":["appseed","black-design","dark-design","django-template","django-theme"],"latest_commit_sha":null,"homepage":"https://appseed.us/product/black-dashboard-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-24T11:14:47.000Z","updated_at":"2024-01-23T06:30:18.000Z","dependencies_parsed_at":"2023-05-15T11:00:29.488Z","dependency_job_id":null,"html_url":"https://github.com/app-generator/django-admin-black-pro","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/app-generator/django-admin-black-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-admin-black-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-admin-black-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-admin-black-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-admin-black-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-black-pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-admin-black-pro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28634786,"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","black-design","dark-design","django-template","django-theme"],"created_at":"2024-10-10T04:44:41.824Z","updated_at":"2026-01-21T14:01:58.121Z","avatar_url":"https://github.com/app-generator.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# **[Django Admin Black PRO](https://appseed.us/product/black-dashboard-pro/django/)**\n\n**Django** starter styled with **[Django Admin Black PRO](https://appseed.us/product/black-dashboard-pro/django/)**, a premium `Bootstrap` design from [Creative-Tim](https://bit.ly/3fKQZaL).\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-black-pro`\n\n\u003cbr /\u003e\n\n## Features: \n\n- **UI Kit**: Black Dashboard PRO `v1.1.2` by Creative-Tim\n- [Django Black PRO](https://appseed.us/product/black-dashboard-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![Django Black PRO - Premium Seed project powered by Flask.](https://user-images.githubusercontent.com/51070104/187623954-c4ade6a0-8cb2-4d2e-8698-e962621a613c.png)\n\n\u003cbr /\u003e\n\n## Why `Django Admin Black PRO`\n\n- Modern [Bootstrap](https://www.admin-dashboards.com/bootstrap-5-templates/) Design\n- `Responsive Interface`\n- `Minimal Template` overriding\n- `Easy integration`\n\nDesigned for those who like bold elements and beautiful websites. Made of hundred of elements, designed blocks, and fully coded pages, **Soft UI Dashboard PRO** is ready to help you create stunning websites and web apps.\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-black-pro.git\n```\n\n\u003cbr /\u003e\n\n\u003e Add `admin_black_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_black_pro.apps.AdminBlackProConfig',\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_black_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_black_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\u003c LIBRARY_ROOT \u003e                     # This exists in ENV: LIB/admin_black_pro\n   |\n   |-- templates/                    # Root Templates Folder \n   |    |          \n   |    |-- accounts/       \n   |    |    |-- login.html          # Sign IN Page\n   |    |    |-- register.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          # Index Page (presentation)\n   |         |-- settings.html       # Settings  Page\n   |         |-- dashboard.html      # Dashboard 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\nFor instance, if we want to customize the `footer.html` 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 `footer.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_black_pro/includes/footer.html`\n  - Destination PATH: `YOUR_APP/templates/includes/footer.html`\n- Edit the footer (Destination PATH)    \n\nAt this point, the default version of the `footer.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## Resources\n\n- 👉 [Django Black PRO](https://appseed.us/product/black-dashboard-pro/django/) - `Product` that uses the library (fully configured)\n- 👉 Free [Support](https://appseed.us/support/) via Email \u0026 Discord\n\n\u003cbr /\u003e\n\n---\n**[Django Admin Black PRO](https://appseed.us/product/black-dashboard-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-black-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fdjango-admin-black-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fdjango-admin-black-pro/lists"}