{"id":16175318,"url":"https://github.com/app-generator/django-gradient-able-pro","last_synced_at":"2026-03-12T09:45:30.994Z","repository":{"id":65685887,"uuid":"597332693","full_name":"app-generator/django-gradient-able-pro","owner":"app-generator","description":"Django Dashboard - Gradient Able PRO | AppSeed","archived":false,"fork":false,"pushed_at":"2024-02-29T05:18:09.000Z","size":22,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T18:13:00.076Z","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}},"created_at":"2023-02-04T07:55:21.000Z","updated_at":"2024-05-19T13:37:28.000Z","dependencies_parsed_at":"2024-02-29T06:27:15.131Z","dependency_job_id":"05695b5c-83ac-4769-82a0-2ec1cb1647c4","html_url":"https://github.com/app-generator/django-gradient-able-pro","commit_stats":null,"previous_names":[],"tags_count":5,"template":true,"template_full_name":"app-generator/django-datta-able-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-gradient-able-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-gradient-able-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-gradient-able-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-gradient-able-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/django-gradient-able-pro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640467,"owners_count":20971558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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:36.873Z","updated_at":"2026-03-12T09:45:30.966Z","avatar_url":"https://github.com/app-generator.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Django Gradient Able PRO](https://appseed.us/product/gradient-able-pro/django/)\n\n**Django Dashboard** crafted by `AppSeed` on top of a modern design. [Gradient Able](https://appseed.us/product/gradient-able-pro/django/) is a premium `Bootstrap 5` \nDashboard that comes with feature-rich pages and developer-centric code components. \nThis design provides many prebuilt admin layouts which give you the best selection choice for a modern dashboard.\n\n- 🛒 [Django Gradient Able PRO](https://appseed.us/product/gradient-able-pro/django/) - `Product page` (contains payment links)\n- 👉 [Django Gradient Able PRO](https://django-gradient-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![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## Start in `Docker`\n\n\u003e **Step 1** - Download the [code](https://appseed.us/product/gradient-able-pro/django/) and unzip the sources (requires a `purchase`). \n\n```bash\n$ unzip django-gradient-able-pro.zip\n$ cd django-gradient-able-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 Download the [code](https://appseed.us/product/gradient-able-pro/django/) and unzip the sources (requires a `purchase`). \n\n```bash\n$ unzip django-gradient-able-pro.zip\n$ cd django-gradient-able-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## Start Celery (async tasks)\n\n- Make sure you have a Redis Server running: `redis://localhost:6379`\n  - `$ redis-cli` and type `ping` \n- In the base directory inside `tasks_scripts` folder you need to write your scripts file.\n- Run the celery command from the CLI.\n\n```bash\n$ export DJANGO_SETTINGS_MODULE=\"core.settings\"  \n$ celery -A apps.tasks worker -l info -B\n```\n\n- You will see a new route `Apps -\u003e Tasks` in the sidebar.\n- You can start and cancel any task from the UI.\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 Gradient Able PRO](https://appseed.us/product/gradient-able-pro/django/) - **Django** starter provided by **[AppSeed](https://appseed.us/)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fdjango-gradient-able-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fdjango-gradient-able-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fdjango-gradient-able-pro/lists"}