{"id":18725581,"url":"https://github.com/reljicd/django-empty-project-template","last_synced_at":"2026-04-09T11:02:48.693Z","repository":{"id":94100348,"uuid":"114533709","full_name":"reljicd/django-empty-project-template","owner":"reljicd","description":"Empty Django project template for quick bootstrapping of Django projects.","archived":false,"fork":false,"pushed_at":"2017-12-17T12:19:31.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T13:17:45.257Z","etag":null,"topics":["bash","bootstrap","django","django-admin","django-orm","django-templates","django-testing","docker","python","python3","sqlite3","unittest"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/reljicd.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-17T12:19:05.000Z","updated_at":"2024-07-09T17:16:39.000Z","dependencies_parsed_at":"2023-03-12T00:00:40.401Z","dependency_job_id":null,"html_url":"https://github.com/reljicd/django-empty-project-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/reljicd%2Fdjango-empty-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reljicd%2Fdjango-empty-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reljicd%2Fdjango-empty-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reljicd%2Fdjango-empty-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reljicd","download_url":"https://codeload.github.com/reljicd/django-empty-project-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239592980,"owners_count":19664855,"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":["bash","bootstrap","django","django-admin","django-orm","django-templates","django-testing","docker","python","python3","sqlite3","unittest"],"created_at":"2024-11-07T14:10:52.432Z","updated_at":"2025-11-11T19:30:12.504Z","avatar_url":"https://github.com/reljicd.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Template\n\n## About\n\nThis is a demo project for practicing Django.\n\nIt was made using **Python 3.6** + **Django** and database is **SQLite**.\n**Bootstrap** was used for styling.\nTesting is done using **untitest** module.\n\nThere is a login and registration functionality included.\n\nApp is covered with tests.\n\n## Prerequisites\n\n\\[Optional\\] Install virtual environment:\n\n```bash\n$ python -m virtualenv env\n```\n\n\\[Optional\\] Activate virtual environment:\n\nOn macOS and Linux:\n```bash\n$ source env/bin/activate\n```\n\nOn Windows:\n```bash\n$ .\\env\\Scripts\\activate\n```\n\nInstall dependencies:\n```bash\n$ pip install -r requirements.txt\n```\n\n## How to run\n\n### Default\n\nYou can run the application from the command line with manage.py.\nGo to the root folder of the application.\n\nRun migrations:\n```bash\n$ python manage.py migrate\n```\n\nInitialize data:\n```bash\n$ python manage.py loaddata users\n```\n\nRun server on port 8000:\n```bash\n$ python manage.py runserver 8000\n```\n\n#### Helper script\n\nIt is possible to run all of the above with helper script:\n\n```bash\n$ chmod +x scripts/run.sh\n$ scripts/run.sh\n```\n\n### Docker\n\nIt is also possible to run the myapp app using docker:\n\nBuild the Docker image:\n```bash\n$ docker build -t reljicd/django-myapp -f docker\\Dockerfile .\n```\n\nRun the Docker container:\n```bash\n$ docker run --rm -i -p 8000:8000 reljicd/django-myapp\n```\n\n#### Helper script\n\nIt is possible to run all of the above with helper script:\n\n```bash\n$ chmod +x scripts/run_docker.sh\n$ scripts/run_docker.sh\n```\n\n## Post Installation\n\nGo to the web browser and visit `http://localhost:8000/home`\n\nAdmin username: **admin**\n\nAdmin password: **adminpassword**\n\nUser username: **dusan**\n\nUser password: **dusanpassword**\n\n## Helper Tools\n\n### Django Admin\n\nIt is possible to add additional admin user who can login to the admin site. Run the following command:\n```bash\n$ python manage.py createsuperuser\n```\nEnter your desired username and press enter.\n```bash\nUsername: admin_username\n```\nYou will then be prompted for your desired email address:\n```bash\nEmail address: admin@example.com\n```\nThe final step is to enter your password. You will be asked to enter your password twice, the second time as a confirmation of the first.\n```\nPassword: **********\nPassword (again): *********\nSuperuser created successfully.\n```\n\nGo to the web browser and visit `http://localhost:8000/admin`\n\n### Tests\n\nRunning tests:\n```bash\n$ python manage.py test myapp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freljicd%2Fdjango-empty-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freljicd%2Fdjango-empty-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freljicd%2Fdjango-empty-project-template/lists"}