{"id":13469274,"url":"https://github.com/vchaptsev/cookiecutter-django-vue","last_synced_at":"2026-01-16T15:27:22.791Z","repository":{"id":44102288,"uuid":"107886587","full_name":"vchaptsev/cookiecutter-django-vue","owner":"vchaptsev","description":"Cookiecutter Django Vue is a template for Django-Vue projects.","archived":false,"fork":false,"pushed_at":"2022-06-09T23:53:07.000Z","size":435,"stargazers_count":596,"open_issues_count":10,"forks_count":102,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-10-29T23:55:07.389Z","etag":null,"topics":["apollo","cookiecutter","django","docker-compose","graphene","graphql","hacktoberfest","pwa","vue","vue-cli","webpack"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vchaptsev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-22T17:19:04.000Z","updated_at":"2024-10-12T12:58:49.000Z","dependencies_parsed_at":"2022-08-31T16:44:24.166Z","dependency_job_id":null,"html_url":"https://github.com/vchaptsev/cookiecutter-django-vue","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vchaptsev%2Fcookiecutter-django-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vchaptsev%2Fcookiecutter-django-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vchaptsev%2Fcookiecutter-django-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vchaptsev%2Fcookiecutter-django-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vchaptsev","download_url":"https://codeload.github.com/vchaptsev/cookiecutter-django-vue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245604064,"owners_count":20642932,"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":["apollo","cookiecutter","django","docker-compose","graphene","graphql","hacktoberfest","pwa","vue","vue-cli","webpack"],"created_at":"2024-07-31T15:01:31.506Z","updated_at":"2026-01-16T15:27:22.765Z","avatar_url":"https://github.com/vchaptsev.png","language":"Python","funding_links":[],"categories":["HarmonyOS","Python","脚手架","Components \u0026 Libraries","Scaffold [🔝](#readme)","Scaffold","Django"],"sub_categories":["Windows Manager","源代码编辑","Scaffold","Source Code Editing","Cookiecutter Templates"],"readme":"\u003ca href=\"https://travis-ci.org/vchaptsev/cookiecutter-django-vue\"\u003e\n  \u003cimg src=\"https://travis-ci.org/vchaptsev/cookiecutter-django-vue.svg?branch=master\" /\u003e\n\u003c/a\u003e\n\nCookiecutter Django-Vue\n=======================\n\nPowered by [Cookiecutter](https://github.com/audreyr/cookiecutter),\ninspired by [Cookiecutter Django](https://github.com/pydanny/cookiecutter-django).\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.imgur.com/SA8cjs8.png\" /\u003e\n\u003c/p\u003e\n\nFeatures\n--------\n\n-   [Docker](https://www.docker.com/)\n-   [12 Factor](http://12factor.net/)\n-   Server: [Nginx](https://nginx.org/)\n-   Frontend: [Vue](https://vuejs.org/) + [vue-cli](https://cli.vuejs.org/) + [PWA](https://developers.google.com/web/progressive-web-apps/)\n-   Backend: [Django](https://www.djangoproject.com/)\n-   Database: [PostgreSQL](https://www.postgresql.org/)\n-   API: REST or GraphQL\n\nOptional Integrations\n---------------------\n\n*These features can be enabled during initial project setup.*\n\n-   Integration with [MailHog](https://github.com/mailhog/MailHog) for local email testing\n-   Integration with [Sentry](https://sentry.io/welcome/) for frontend and backend errors logging\n-   Integration with [Google Analytics](https://www.google.com/analytics/) or [Yandex Metrika](https://tech.yandex.ru/metrika/) for web-analytics\n-   Automatic database backups\n\nUsage\n-----\n\nFirst, get `cookiecutter`:\n\n    $ pip install cookiecutter\n\nNow run it against this repo:\n\n    $ cookiecutter gh:vchaptsev/cookiecutter-django-vue\n\nYou'll be prompted for some values. Provide them, then a  project\nwill be created for you.\n\nAnswer the prompts with your own desired options. For example:\n\n    ======================== INFO ======================= [ ]:\n    project_name [Project Name]: Website\n    project_slug [website]: website\n    description [Short description]: My awesome website\n    author [Your Name]: Your Name\n    email [\u003cadmin@website.com\u003e]: \u003cadmin@website.com\u003e\n    ====================== GENERAL ====================== [ ]:\n    Select api:\n    1 - REST\n    2 - GraphQL\n    Choose from 1, 2 [1]: 2\n    backups [y]: y\n    ==================== INTEGRATIONS =================== [ ]:\n    use_sentry [y]: y\n    use_mailhog [y]: y\n    Select analytics:\n    1 - Google Analytics\n    2 - Yandex Metrika\n    3 - None\n    Choose from 1, 2, 3 [1]: 2\n\nProject creation will cause some odd newlines and linter errors, so I'd recommend:\n\n    $ pip install autopep8\n    $ autopep8 -r --in-place --aggressive --aggressive backend\n    $ cd frontend \u0026\u0026 npm i \u0026\u0026 npm run lint --fix\n\nNow you can start project with\n[docker-compose](https://docs.docker.com/compose/):\n\n    $ docker-compose up --build\n\nFor production you'll need to fill out `.env` file and use\n`docker-compose-prod.yml` file:\n\n    $ docker-compose -f docker-compose-prod.yml up --build -d\n\n\nContributing\n------------\n\nHelp and feedback are welcome :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvchaptsev%2Fcookiecutter-django-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvchaptsev%2Fcookiecutter-django-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvchaptsev%2Fcookiecutter-django-vue/lists"}