{"id":20495536,"url":"https://github.com/vyahello/django-login-template","last_synced_at":"2026-04-28T12:02:17.065Z","repository":{"id":117458253,"uuid":"455296162","full_name":"vyahello/django-login-template","owner":"vyahello","description":"👤  Basic django project template with login/registering functionality (django + sqlite + html + bootstrap + pythonanywhere)","archived":false,"fork":false,"pushed_at":"2022-03-12T22:03:30.000Z","size":25,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T12:46:50.866Z","etag":null,"topics":["django","example","login-system","python","template"],"latest_commit_sha":null,"homepage":"http://djangobasics.pythonanywhere.com","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/vyahello.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-03T19:14:35.000Z","updated_at":"2024-05-16T02:41:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"32c6a271-97ae-4747-8bb0-35b3f9ea0e82","html_url":"https://github.com/vyahello/django-login-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vyahello/django-login-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Fdjango-login-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Fdjango-login-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Fdjango-login-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Fdjango-login-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vyahello","download_url":"https://codeload.github.com/vyahello/django-login-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Fdjango-login-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","example","login-system","python","template"],"created_at":"2024-11-15T17:46:21.456Z","updated_at":"2026-04-28T12:02:17.060Z","avatar_url":"https://github.com/vyahello.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n# Django login template\n\n\u003e Describes a simple project template to build basic login \u0026 registering functionality using django framework.\n\u003e \n\u003e ⚠️ This application is created for the demo references only.\n\n## Tools\n\n### Production\n\n- python 3.7+\n- [sqlite3](https://www.sqlite.org/index.html) database\n- [django](https://www.djangoproject.com/) framework\n- html \u0026 css\n\n### Development\n\n- [black](https://black.readthedocs.io/en/stable/) code formatter\n\n## Usage\n\nPlease check deployed app at [http://djangobasics.pythonanywhere.com](http://djangobasics.pythonanywhere.com) web site.\n\n### Quick start\n\n```\ngit clone git@github.com:vyahello/django-login-template.git\ncd django-login-template\npip install -r requirements.txt\npython app/manage.py runserver\n```\n\nThen please open `http://127.0.0.1:8000` endpoint in the browser.\n\n## Development notes\n\n### Startup \n\nPlease follow the next instructions to create fresh app:\n```bash\ndjango-admin startproject project_name\ncd project_name \ndjango-admin startapp project_app\npython app/manage.py createsuperuser\n```\n\n### DB migration\n\nDB migration is performed in case of table changes (e.g new field or column added):\n\nPlease follow the next instructions to migrate DB:\n```bash\npython manage.py migrate\npython manage.py makemigrations app\npython manage.py migrate  # (one more time)\n```\n\n### Meta\n\nAuthor – _Volodymyr Yahello_. \n\nDistributed under the `MIT` license. See [LICENSE](LICENSE.md) for more information.\n\nYou can reach out me at:\n* [vyahello@gmail.com](vyahello@gmail.com)\n* [https://twitter.com/vyahello](https://twitter.com/vyahello)\n* [https://www.linkedin.com/in/volodymyr-yahello-821746127](https://www.linkedin.com/in/volodymyr-yahello-821746127)\n\n### Contributing\nIf you are interested to add your ideas into project please follow next simple steps:\n\n1. Clone the repository\n2. Configure `git` for the first time after cloning with your `name` and `email`\n3. `pip install -r requirements.txt` to install all project dependencies\n4. `pip install -r requirements-dev.txt` to install all project dev dependencies\n5. Create your feature branch (`git checkout -b feature/fooBar`)\n6. Commit your changes (`git commit -am 'Add some fooBar'`)\n7. Push to the branch (`git push origin feature/fooBar`)\n8. Create a new Pull Request\n\n\n## Deployment\n\n[PythonAnywhere](https://www.pythonanywhere.com) platform is used for deployment.\n\n- Open https://www.pythonanywhere.com\n- Go to bash console\n- Execute\n  ```bash\n  mkvirtualenv --python=python3.7 dj\n  git clone https://github.com/vyahello/django-login-template.git\n  cd django-login-template\n  pip install -r requirements.txt\n  python app/manage.py migrate\n  python app/manage.py makemigrations app\n  python app/manage.py createsuperuser\n  ```\n- Go to dashboard -\u003e web -\u003e add new app \n- Go to manual configuration \n- Configure `Virtualenv` -\u003e `/home/djangoBasics/.virtualenvs/dj`\n- Configure `Source code` -\u003e `/home/djangoBasics/django-template/app`\n- Edit wsgi file as described in [wsgi.py](wsgi.py)\n- Add `djangoBasics.pythonanywhere.com` to `ALLOWED_HOSTS` in [settings.py](app/server/settings.py) and set `DEBUG = True`\n- Add `/static/admin` and `/home/djangoBasics/.virtualenvs/dj/lib/python3.7/site-packages/django/contrib/admin/static/admin` dir to Static files section\n- Add `/static` and `/home/djangoBasics/django-template/app/static` dir to Static files section\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvyahello%2Fdjango-login-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvyahello%2Fdjango-login-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvyahello%2Fdjango-login-template/lists"}