{"id":16175425,"url":"https://github.com/app-generator/core-django-material","last_synced_at":"2026-03-01T03:01:42.398Z","repository":{"id":218247268,"uuid":"745941151","full_name":"app-generator/core-django-material","owner":"app-generator","description":"Core Django - Material Dashboard Design | AppSeed","archived":false,"fork":false,"pushed_at":"2024-01-20T17:53:28.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T18:49:22.692Z","etag":null,"topics":["django-application","django-for-beginners","django-material","django-material-admin","django-material-dashboard","django-material-theme","django-project"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=D8zaXFtVF2w","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-20T16:03:50.000Z","updated_at":"2024-01-20T17:55:27.000Z","dependencies_parsed_at":"2024-01-20T18:42:08.083Z","dependency_job_id":null,"html_url":"https://github.com/app-generator/core-django-material","commit_stats":null,"previous_names":["app-generator/core-django-material"],"tags_count":1,"template":false,"template_full_name":"app-generator/core-django","purl":"pkg:github/app-generator/core-django-material","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fcore-django-material","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fcore-django-material/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fcore-django-material/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fcore-django-material/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/core-django-material/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fcore-django-material/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29959284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T01:47:18.291Z","status":"online","status_checked_at":"2026-03-01T02:00:07.437Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["django-application","django-for-beginners","django-material","django-material-admin","django-material-dashboard","django-material-theme","django-project"],"created_at":"2024-10-10T04:44:49.630Z","updated_at":"2026-03-01T03:01:42.374Z","avatar_url":"https://github.com/app-generator.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Django Core](https://github.com/app-generator/core-django)\n\nMinimal **[Django](https://www.djangoproject.com/)** project with `Docker` support - actively supported by [AppSeed](https://appseed.us/) via `Email` and **[Discord](https://discord.gg/fZC6hup)** `(2k+ Members)`.\n\n\u003e `Start simple`, add features, `learn`, **stay young \u0026 hungry**, be `resilient`, **ask for [support](https://appseed.us/support/)** if needed, `iterate`.\n\n\u003cbr /\u003e \n\n## Features\n\n- ✅ `Up-to-date Dependencies`\n- ✅ `Docker`\n- ✅ DOCS:\n  - 👉 `Video`: [Django for Beginners - Simple Codebase Intro](https://www.youtube.com/watch?v=dVybpJRwbmc)\n  - 👉 `Video`: [Django for Beginners - Go LIVE with Render](https://www.youtube.com/watch?v=JyzjVYMuzBQ)\n  - 👉 `Video`: [Django for Beginners - Integrate UI (Volt Dashboard)](https://www.youtube.com/watch?v=gqw0Bs67lM4)\n  - 👉 `Video`: [Django for Beginners - Integrate Material Design and Overwrite LOGO](https://www.youtube.com/watch?v=D8zaXFtVF2w)\n\n\u003cbr /\u003e\n\n## Start in `Docker`\n\n\u003e 👉 **Step 1** - Download the code from the GH repository (using `GIT`) \n\n```bash\n$ git clone https://github.com/app-generator/core-django.git\n$ cd core-django\n```\n\n\u003cbr /\u003e\n\n\u003e 👉 **Step 2** - Start the APP in `Docker`\n\n```bash\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## Manual Build \n\n\u003e 👉 Download the code  \n\n```bash\n$ git clone https://github.com/app-generator/core-django.git\n$ cd core-django\n```\n\n\u003cbr /\u003e\n\n\u003e 👉 Install modules via `VENV`  \n\n```bash\n$ virtualenv env\n$ source env/bin/activate\n$ pip 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---\n**[Django Core](https://github.com/app-generator/core-django)** - Minimal **Django** core provided by **[AppSeed](https://appseed.us/)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fcore-django-material","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fcore-django-material","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fcore-django-material/lists"}