{"id":26279842,"url":"https://github.com/02alexis/django-auth_crud-sqlite","last_synced_at":"2025-08-29T21:32:11.462Z","repository":{"id":186406696,"uuid":"675126996","full_name":"02Alexis/django-auth_crud-SQlite","owner":"02Alexis","description":"autenticar a nuestros usuarios (Login,Register, Rutas protegidas, y mas), CRUD completo que permite cambiar operar con una base de datos, y poder usar el panel de administración","archived":false,"fork":false,"pushed_at":"2023-08-05T21:56:20.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T13:55:17.964Z","etag":null,"topics":["authentication","backend","bootstrap","django","migration","postgresql","python","sqlite3","virtualenv"],"latest_commit_sha":null,"homepage":"https://django-auth-crud-f7p0.onrender.com","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/02Alexis.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}},"created_at":"2023-08-05T21:48:45.000Z","updated_at":"2023-10-16T04:51:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbb79a93-0706-4902-9e60-15c04873b6ce","html_url":"https://github.com/02Alexis/django-auth_crud-SQlite","commit_stats":null,"previous_names":["02alexis/django-auth_crud","02alexis/django-auth_crud-sqlite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/02Alexis/django-auth_crud-SQlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/02Alexis%2Fdjango-auth_crud-SQlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/02Alexis%2Fdjango-auth_crud-SQlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/02Alexis%2Fdjango-auth_crud-SQlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/02Alexis%2Fdjango-auth_crud-SQlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/02Alexis","download_url":"https://codeload.github.com/02Alexis/django-auth_crud-SQlite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/02Alexis%2Fdjango-auth_crud-SQlite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272766530,"owners_count":24989404,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["authentication","backend","bootstrap","django","migration","postgresql","python","sqlite3","virtualenv"],"created_at":"2025-03-14T14:17:08.217Z","updated_at":"2025-08-29T21:32:11.211Z","avatar_url":"https://github.com/02Alexis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-auth-crud\n\nSaludos y bienvenidos. El repositorio que estas consultando actualmente es un proyecto desarrollado en Django 4.2.2, que tiene como objetivo,\nautenticar a nuestros usuarios (Login,Register, Rutas protegidas, y mas), CRUD completo que permite cambiar operar con una base de datos, y poder usar el panel de administración,\n\n# Requisitos previos\n### Asegúrate de tener los siguientes requisitos previos instalados en tu sistema:\n    Python (3.11.4)\n    Git Bash\n\n# Instalación\n\nSigue los pasos a continuación para clonar el repositorio:\n\n    $ https://github.com/02Alexis/django-auth_crud.git\n\n# Configuración del entorno virtual\n\nSigue los pasos a continuación para configurar y activar un entorno virtual:\n\n    $ cd django-auth-crud\n    $ py -m venv venv\n    $ venv\\Scripts\\activate\n\n# Instalación de dependencias\nAsegúrate de tener el entorno virtual activo y ejecuta el siguiente comando para instalar las dependencias del proyecto:\n\n    pip install -r requirements.txt\n\n# Migraciones de la base de datos\n\nEjecuta los siguientes comandos para aplicar las migraciones y crear las tablas en la base de datos:\n\n    python manage.py makemigrations\n    python manage.py migrate\n\n# Iniciar el servidor local\n\nEjecuta el siguiente comando para iniciar el servidor local:\n\n    $ python manage.py runserver\n\n# Recursos adicionales\n\n· [Django Documentation.](https://www.djangoproject.com/download/)\n\n# samples\n![imagen](https://github.com/02Alexis/django-auth-crud/assets/99287560/9993fcb7-e443-4c9c-b95d-8dae1e155464)\n\n![imagen](https://github.com/02Alexis/django-auth-crud/assets/99287560/15b4a4fc-c21f-4bc0-9910-bf8c281c6ee9)\n\n## user login\n![imagen](https://github.com/02Alexis/django-auth-crud/assets/99287560/f4685c21-964a-478a-aa49-170bdf5de17a)\n![imagen](https://github.com/02Alexis/django-auth-crud/assets/99287560/3531d1e3-1813-4a21-922f-4913bf0c6419)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F02alexis%2Fdjango-auth_crud-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F02alexis%2Fdjango-auth_crud-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F02alexis%2Fdjango-auth_crud-sqlite/lists"}