{"id":13652653,"url":"https://github.com/fasouto/django-starter-template","last_synced_at":"2025-09-08T00:44:04.072Z","repository":{"id":18822941,"uuid":"22037975","full_name":"fasouto/django-starter-template","owner":"fasouto","description":"A project template for Django 2.0 that follows best practices.","archived":false,"fork":false,"pushed_at":"2022-12-08T06:34:12.000Z","size":770,"stargazers_count":150,"open_issues_count":9,"forks_count":43,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-04-15T14:22:19.499Z","etag":null,"topics":["django","project-creation","project-template"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fasouto.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":"2014-07-20T16:52:39.000Z","updated_at":"2024-01-16T21:12:33.000Z","dependencies_parsed_at":"2023-01-11T20:29:54.956Z","dependency_job_id":null,"html_url":"https://github.com/fasouto/django-starter-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fasouto%2Fdjango-starter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fasouto%2Fdjango-starter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fasouto%2Fdjango-starter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fasouto%2Fdjango-starter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fasouto","download_url":"https://codeload.github.com/fasouto/django-starter-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230516183,"owners_count":18238352,"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":["django","project-creation","project-template"],"created_at":"2024-08-02T02:01:01.331Z","updated_at":"2024-12-20T00:08:22.011Z","avatar_url":"https://github.com/fasouto.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# django-starter-template #\n\nAn easy to use project template for Django 2.0 that follows best practices.\n\n## Features ##\n\n- [Django compressor](http://django-compressor.readthedocs.org/en/latest/) to compress JS and CSS and compile LESS/SASS files.\n- [Pipenv](https://docs.pipenv.org) To manage dependences and virtualenvs.\n- [Django debug toolbar](http://django-debug-toolbar.readthedocs.org/) enabled for superusers.\n- [Argon2](https://docs.djangoproject.com/en/2.0/topics/auth/passwords/#using-argon2-with-django) to hash the passwords\n\n## Quickstart ##\n\nMake sure you have [pipenv installed](https://docs.pipenv.org/install.html). Then install Django 2.0 in your virtualenv:\n\n    pip install django==2.0\n\nTo create a new Django project (make sure to change `project_name`)\n\n    django-admin.py startproject --template=https://github.com/fasouto/django-starter-template/archive/master.zip --extension=py,md,html,txt project_name\n\ncd to your project and install the development dependences\n\n    pipenv install --dev\n\nIf you need a database, edit the settings and create one with\n   \n    pipenv run python manage.py migrate\n\nOnce everything it's setup you can run the development server: [http://localhost:8000/](http://localhost:8000/)\n\n    pipenv run python manage.py runserver\n\n## How to use it ##\n\n### Settings ###\n\nSettings are divided by environments: production.py, development.py and testing.py. By default it uses development.py, if you want to change the environment set a environment variable:\n\n    export DJANGO_SETTINGS_MODULE=\"my_project.settings.production\"\n\nor you can use the `settings` param with runserver:\n\n    pipenv run python manage.py runserver --settings=my_project.settings.production\n\nIf you need to add some settings that are specific for your machine, rename the file `local_example.py` to `local_settings.py`. This file it's in .gitignore so the changes won't be tracked.\n\n\n### TODO ###\n - Add webpack with live SASS reloading.\n - Add gitlab.ci\n - Improve tox.ini\n - Add deployment options.\n - Add some example code and tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffasouto%2Fdjango-starter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffasouto%2Fdjango-starter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffasouto%2Fdjango-starter-template/lists"}