{"id":15890182,"url":"https://github.com/hph/django-quickstart","last_synced_at":"2025-04-02T17:15:20.804Z","repository":{"id":144745398,"uuid":"9783012","full_name":"hph/django-quickstart","owner":"hph","description":"Empty django project with a pre configured sqlite3 database to test or start developing new apps in a few seconds.","archived":false,"fork":false,"pushed_at":"2013-05-01T00:37:55.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T07:43:31.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"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/hph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-01T00:32:50.000Z","updated_at":"2017-12-17T17:24:58.000Z","dependencies_parsed_at":"2023-03-22T11:03:18.659Z","dependency_job_id":null,"html_url":"https://github.com/hph/django-quickstart","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/hph%2Fdjango-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hph%2Fdjango-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hph%2Fdjango-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hph%2Fdjango-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hph","download_url":"https://codeload.github.com/hph/django-quickstart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246856689,"owners_count":20844974,"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":[],"created_at":"2024-10-06T07:04:23.885Z","updated_at":"2025-04-02T17:15:20.764Z","avatar_url":"https://github.com/hph.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"django-quickstart\n=================\n\nEmpty django project with a pre-configured sqlite3 database to test or start \ndeveloping new apps in a few seconds.\n\n**Setup**\n\n    git clone git@github.com:hph/django-quickstart.git \u0026\u0026 cd django-quickstart\n    sudo pip install -r requirements.txt\n\n**Directory**\n    \n    PROJECT_ROOT = os.path.dirname(os.path.realpath(__file__))\n\n**Database**\n\n    DATABASES = {\n        'default': {\n            'ENGINE': 'django.db.backends.sqlite3',\n            'NAME': 'database.db',\n        }\n    }\n\n\n\n**Time zone**\n\n    TIME_ZONE = 'America/Los_Angeles'\n\n\n**Media and static files**\n\n    MEDIA_ROOT = os.path.join(PROJECT_ROOT, 'media_root',)\n    MEDIA_URL = '/media/'\n    STATIC_ROOT = os.path.join(PROJECT_ROOT, 'static_root',)\n    STATIC_URL = '/static/'\n\n**Installed apps**\n\n    INSTALLED_APPS = (\n        'django.contrib.auth',\n        'django.contrib.contenttypes',\n        'django.contrib.sessions',\n        'django.contrib.sites',\n        'django.contrib.messages',\n        'django.contrib.staticfiles',\n        # Uncomment the next line to enable the admin:\n        'django.contrib.admin',\n        # Uncomment the next line to enable admin documentation:\n        # 'django.contrib.admindocs',\n\n        #Some usefull 3rd party apps\n        #'django_extensions',\n        #'sorl.thumbnail',\n        #'reversion',\n        #'south',\n        'debug_toolbar',\n    )\n\n\nContributing\n============\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhph%2Fdjango-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhph%2Fdjango-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhph%2Fdjango-quickstart/lists"}