{"id":19681228,"url":"https://github.com/marfullsen/simplest-sesion-django","last_synced_at":"2026-04-11T21:03:43.417Z","repository":{"id":139327133,"uuid":"370210669","full_name":"Marfullsen/simplest-sesion-django","owner":"Marfullsen","description":"La manera más simple de hacer un registro de cuentas, inicio de sesión y cierre de sesión usando un sitio web sostenido por Django3.","archived":false,"fork":false,"pushed_at":"2021-10-24T21:24:26.000Z","size":198,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T05:36:29.765Z","etag":null,"topics":["django","login","logout","python3","sesion","signup"],"latest_commit_sha":null,"homepage":"","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/Marfullsen.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":"2021-05-24T02:58:17.000Z","updated_at":"2021-10-24T21:24:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"7eedd19d-a21d-4a23-b6d7-94b2d7c96d1d","html_url":"https://github.com/Marfullsen/simplest-sesion-django","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/Marfullsen%2Fsimplest-sesion-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfullsen%2Fsimplest-sesion-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfullsen%2Fsimplest-sesion-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfullsen%2Fsimplest-sesion-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Marfullsen","download_url":"https://codeload.github.com/Marfullsen/simplest-sesion-django/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240990742,"owners_count":19889931,"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","login","logout","python3","sesion","signup"],"created_at":"2024-11-11T18:07:16.474Z","updated_at":"2026-04-11T21:03:43.352Z","avatar_url":"https://github.com/Marfullsen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inicio de sesión básico\n[![Python](https://img.shields.io/badge/Python-3.9.5-blue.svg)](https://www.python.org/)\n[![Django](https://img.shields.io/badge/Django-3.2.5-darkgreen.svg)](https://www.djangoproject.com/)\n\n[![Screenshot](./screenshots/screenshot_001.png)](https://github.com/Marfullsen/simplest-sesion-django/tree/master/screenshots)\n\n## ¿Qué es esto?\nEs un sistema de gestión de credenciales, hecho de la manera **más simple posible**.\n\n## ¿Cómo lo echo a andar?\n- Primero instala Python3. [https://www.python.org/](https://www.python.org/)\n- [Descarga](https://github.com/Marfullsen/simplest-sesion-django/archive/refs/heads/master.zip)/clona este repo. `git clone https://github.com/Marfullsen/simplest-sesion-django.git`\n- Abre la carpeta y abre una terminal/consola/shell/prompt.\n- Ejecuta estos comandos.\n**Windows** \n```\npython manage.py migrate\npython manage.py runserver\n```\n**ó también**\n```\npy manage.py migrate\npy manage.py runserver\n```\n\n- En el caso de **Linux**, Python **podría ya estar instalado**.\n- Verificar que sea **Python3** pues ciertas distros traen Python2.\n\n**Linux**\n```\npython3 manage.py migrate\npython3 manage.py runserver\n```\n\n- Finalmente ve al sitio indicado **en la consola**.\n    - **Posiblemente** [localhost:8000](http://localhost:8000/) ó [127.0.0.1:8000](http://127.0.0.1:8000/)\n\n## ¿Qué incluye?\n- Creación de usuario.\n- Inicio de sesión.\n- Cierre de sesión.\n\n## ¿Necesito alguna base de datos en especial?\nPor defecto se creará una base de datos **SQLite**.\n\n## ¿Debo instalar SQLite?\nNo, Python incluye soporte para SQLite y lo gestionará sólo.\n\n## Agradecimientos:\nAl profe Julio :)\n- [@DonTulio](https://github.com/DonTulio/)\n\n## Recursos\n- Creador de mockups de diversos navegadores:\n    - [https://browserframe.com/](https://browserframe.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarfullsen%2Fsimplest-sesion-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarfullsen%2Fsimplest-sesion-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarfullsen%2Fsimplest-sesion-django/lists"}