{"id":16175294,"url":"https://github.com/app-generator/django-modernize-pro","last_synced_at":"2026-03-18T18:16:30.115Z","repository":{"id":163334476,"uuid":"638803747","full_name":"app-generator/django-modernize-pro","owner":"app-generator","description":"Django Modernize PRO - Premium Starter | AppSeed","archived":false,"fork":false,"pushed_at":"2024-02-18T11:32:40.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T18:50:16.614Z","etag":null,"topics":["adminmart","appseed","django-bootstrap5","django-starter","django-template","modernize"],"latest_commit_sha":null,"homepage":"https://appseed.us/product/modernize-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-05-10T06:27:15.000Z","updated_at":"2025-04-06T02:38:12.000Z","dependencies_parsed_at":"2024-02-18T12:30:24.988Z","dependency_job_id":"d2ac7303-dcf8-4769-82b5-46418de1b83c","html_url":"https://github.com/app-generator/django-modernize-pro","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":"app-generator/django-modernize","purl":"pkg:github/app-generator/django-modernize-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-modernize-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-modernize-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-modernize-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-modernize-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/django-modernize-pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-modernize-pro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","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":["adminmart","appseed","django-bootstrap5","django-starter","django-template","modernize"],"created_at":"2024-10-10T04:44:33.834Z","updated_at":"2026-01-21T16:32:03.864Z","avatar_url":"https://github.com/app-generator.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Django Modernize PRO](https://appseed.us/product/modernize-dashboard-pro/django/)\n\n**Django Dashboard** crafted by `AppSeed` on top of a modern design. **[Modernize PRO](https://appseed.us/product/modernize-dashboard-pro/django/)** is a premium `Bootstrap 5` designed by `AdminMart` that comes with feature-rich pages and developer-centric code components. This design provides many prebuilt admin layouts which give you the best selection choice for a modern dashboard.\n\n- 👉 [Modernize PRO Django](https://appseed.us/product/datta-able-pro/django/) - `product page`\n- 👉 [Modernize PRO Django](https://django-modernize-pro.onrender.com) - `LIVE Demo`\n\n\u003cbr /\u003e\n\n## Features\n\n- `Up-to-date dependencies`\n- Database: `SQLite`, PgSQL, MySql\n- **Authentication**\n  - `Session-Based authentication`\n  - `Social Login`: **Github** \u0026 **Google**\n- **User Extended profile**\n- **API** via DRF\n- DataTables\n- Charts\n- Celery\n- File Manager\n- i18n (internationalization) \n- `Docker`\n\n![Modernize PRO - Thumb Image](https://github.com/app-generator/dummy/assets/51070104/6b1d21c2-5e26-4708-bcc5-7958e7f49d3d)\n\n\u003cbr /\u003e\n\n## Start in `Docker`\n\n\u003e **Step 1** - Download the [code](https://appseed.us/product/modernize-dashboard-pro/django/) and unzip the sources (requires a `purchase`). \n\n```bash\n$ unzip django-modernize-pro.zip\n$ cd django-modernize-pro\n```\n\n\u003cbr /\u003e\n\n\u003e **Step 2** - Start the APP in `Docker`\n\n```bash\n# Optional (kill all existing containers)\n$ docker container kill $(docker ps -q) ; docker container rm $(docker ps -a -q) ; docker network prune -f \n# Start the APP\n$ docker-compose up --build \n```\n\nVisit `http://localhost:5085` in your browser. The app should be up \u0026 running.\n\n\u003cbr /\u003e\n\n## Create new `.env` from `env.sample`\n\nThe meaning of each variable can be found below: \n\n- `DEBUG`: if `True` the app runs in develoment mode\n  - For production value `False` should be used\n- `MYSQL` credentials \n  - `DB_ENGINE`, default value = `mysql`\n  - `DB_NAME`, default value = `appseed_db`\n  - `DB_HOST`, default value = `localhost`\n  - `DB_PORT`, default value = `3306`\n  - `DB_USERNAME`, default value = `appseed_db_usr`\n  - `DB_PASS`, default value = `pass`\n- `OAuth` via Github\n  - `GITHUB_ID`=\u003cGITHUB_ID_HERE\u003e\n  - `GITHUB_SECRET`=\u003cGITHUB_SECRET_HERE\u003e \n- `OAuth` via Google\n  - `GOOGLE_CLIENT_ID`=\u003cGOOGLE_ID_HERE\u003e\n  - `GOOGLE_SECRET_KEY`=\u003cGOOGLE_SECRET_HERE\u003e \n\n\u003cbr /\u003e\n\n## Manual Build\n\n\u003e **Step 1** - Download the [code](https://appseed.us/product/modernize-dashboard-pro/django/) and unzip the sources (requires a `purchase`). \n\n```bash\n$ unzip django-modernize-pro.zip\n$ cd django-modernize-pro\n```\n\n\u003cbr /\u003e\n\n### 👉 Set Up for `Unix`, `MacOS` \n\n\u003e Install modules via `VENV`  \n\n```bash\n$ virtualenv env\n$ source env/bin/activate\n$ pip3 install -r requirements.txt\n```\n\n\u003cbr /\u003e\n\n\u003e Set Up Database\n\n```bash\n$ python manage.py makemigrations\n$ python manage.py migrate\n```\n\n\u003cbr /\u003e\n\n\u003e Create Superuser\n\n```bash\n$ python manage.py createsuperuser\n```\n\n\u003cbr /\u003e\n\n\u003e Start the app\n\n```bash\n$ python manage.py runserver\n```\n\nAt this point, the app runs at `http://127.0.0.1:8000/`. \n\n\u003cbr /\u003e\n\n### 👉 Set Up for `Windows` \n\n\u003e Install modules via `VENV` (windows) \n\n```\n$ virtualenv env\n$ .\\env\\Scripts\\activate\n$ pip3 install -r requirements.txt\n```\n\n\u003cbr /\u003e\n\n\u003e Set Up Database\n\n```bash\n$ python manage.py makemigrations\n$ python manage.py migrate\n```\n\n\u003cbr /\u003e\n\n\u003e Start the app\n\n```bash\n$ python manage.py runserver\n```\n\nAt this point, the app runs at `http://127.0.0.1:8000/`. \n\n\u003cbr /\u003e\n\n### 👉 Create Users\n\nBy default, the app redirects guest users to authenticate. In order to access the private pages, follow this set up: \n\n- Start the app\n- Access the `registration` page and create a new user:\n  - `http://127.0.0.1:8000/register/`\n- Access the `sign in` page and authenticate\n  - `http://127.0.0.1:8000/login/`\n\n\u003cbr /\u003e\n\n## Enable Social Login \n\n\u003e 👉 **Github Setup** - [Create an OAuth App](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app)\n\n- SignIN to `Github`\n- Access `Settings` -\u003e `Developer Settings` -\u003e `OAuth Apps`\n- Edit your OAuth App\n  - `App Name`\n  - `App Description`\n  - (mandatory) `HomePage`: `https://localhost:8000`\n  - (mandatory) `Authorization callback URL`: `https://localhost:8000/`\n  - Generate a new `secret key`\n\n\u003cbr /\u003e\n\n## Codebase\n\nThe project is coded using a simple and intuitive structure presented below:\n\n```bash\n\u003c PROJECT ROOT \u003e\n   |\n   |-- core/              # Implements app configuration\n   |    |-- settings.py   # Defines Global Settings\n   |    |-- wsgi.py       # Start the app in production\n   |    |-- urls.py       # Define URLs served by all apps/nodes\n   |\n   |-- home/              # Serves all pages from the UI Kit  \n   |\n   |-- apps/\n   |    |\n   |    |-- common/       # Assets used by all APPS (models, helpers)\n   |    |-- users/        # Handles Auth Flow\n   |    |-- api/          # DRF API\n   |    |-- charts/       # Charts APP\n   |    |-- tables/       # DataTables APP\n   |    |-- tasks/        # Celery App\n   |\n   |-- templates/         # Pages \u0026 Templates   \n   |-- assets/            # Static Assets [ JS, CSS, images ]   \n   |\n   |-- requirements.txt   # Development modules - SQLite storage\n   |\n   |-- .env               # Environment\n   |-- env.sample         # Environment Sample\n   |\n   |-- manage.py          # Django Manager File\n   |\n   |-- ************************************************************************\n```\n\n\u003cbr /\u003e\n\n---\n[Django Modernize PRO](https://appseed.us/product/modernize-dashboard-pro/django/) - Starter crafted by **[AppSeed](https://appseed.us/)**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fdjango-modernize-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fdjango-modernize-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fdjango-modernize-pro/lists"}