{"id":17478091,"url":"https://github.com/sunithvs/django_session","last_synced_at":"2025-04-10T09:27:02.309Z","repository":{"id":116727216,"uuid":"561553663","full_name":"sunithvs/django_session","owner":"sunithvs","description":"django session template","archived":false,"fork":false,"pushed_at":"2022-11-04T04:02:20.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-18T23:21:12.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/sunithvs.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":"2022-11-04T00:11:20.000Z","updated_at":"2022-11-04T00:11:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"4cce9eb0-6221-4264-ba49-b02b5a8bc673","html_url":"https://github.com/sunithvs/django_session","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"1d364ef5182be337f409c8361e9c1617c7706a4b"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunithvs%2Fdjango_session","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunithvs%2Fdjango_session/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunithvs%2Fdjango_session/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunithvs%2Fdjango_session/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunithvs","download_url":"https://codeload.github.com/sunithvs/django_session/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190893,"owners_count":21062368,"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-18T20:11:11.149Z","updated_at":"2025-04-10T09:27:02.290Z","avatar_url":"https://github.com/sunithvs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django session\n\n## Project configuration\n\n1) Create a repo using **use template** button\n2) Clone the repo from your profile\n3) ```bash \n   pip install -r requirements.txt\n   python manage.py makemigrations\n   python manage.py migrate\n   python manage.py runserver\n    ```\n\n## Basic Commands and uses\n\n### Creating a new Django project\n\n```bash\ndjango-admin startproject project_name\n\n```\n\n### Create a new application in the Django project\n\n```bash\npython manage.py startapp app_name\n```\n\n### Running Django server\n\n```bash\npython manage.py runserver\n```\n\n### Database migrations\n\n```bash\npython manage.py makemigrations\npython manage.py migrate\n```\n\n### Creating a superuser\n\n```bash\npython manage.py createsuperuser\n```\n\n## Basic Database filed names\n\n| Usage                                   | Filed                                  |\n|-----------------------------------------|----------------------------------------|\n| A string with a maximum length of 100   | models.Charfiled(max_length=100)       |\n| Text area (without limit)               | models.Textfield()                     |\n| Integer (number without floating value) | models.IntegerField()                  |\n| Floating point number                   | models.FloatField()                    |\n| Date                                    | models.DateField()                     |\n| Image                                   | models.ImageField(upload_to=\"images\")  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunithvs%2Fdjango_session","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunithvs%2Fdjango_session","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunithvs%2Fdjango_session/lists"}