{"id":26254323,"url":"https://github.com/zero1max/email-verification-django","last_synced_at":"2026-05-01T05:39:32.311Z","repository":{"id":281219639,"uuid":"944598394","full_name":"zero1max/Email-verification-django","owner":"zero1max","description":"A Django-based user registration system with email verification.","archived":false,"fork":false,"pushed_at":"2025-03-12T06:48:36.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-02T13:51:18.608Z","etag":null,"topics":["django","django-rest-framework","python3","sqlite3"],"latest_commit_sha":null,"homepage":"","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/zero1max.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":"2025-03-07T16:22:24.000Z","updated_at":"2025-03-12T06:48:39.000Z","dependencies_parsed_at":"2025-03-07T17:39:57.102Z","dependency_job_id":null,"html_url":"https://github.com/zero1max/Email-verification-django","commit_stats":null,"previous_names":["zero1max/email-verification-django"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zero1max/Email-verification-django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero1max%2FEmail-verification-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero1max%2FEmail-verification-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero1max%2FEmail-verification-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero1max%2FEmail-verification-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zero1max","download_url":"https://codeload.github.com/zero1max/Email-verification-django/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero1max%2FEmail-verification-django/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32486222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["django","django-rest-framework","python3","sqlite3"],"created_at":"2025-03-13T18:27:44.348Z","updated_at":"2026-05-01T05:39:32.271Z","avatar_url":"https://github.com/zero1max.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Email Verification in Django\n\nThis project is a simple Django-based user registration system with email verification.\n\n## Features\n- User registration with email and password\n- Email verification using a one-time code\n- Authentication and login after successful verification\n\n## Installation\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/yourusername/email-verification-django.git\n   cd email-verification-django\n   ```\n\n2. Create a virtual environment and activate it:\n   ```sh\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   ```\n\n3. Install dependencies:\n   ```sh\n   pip install -r requirements.txt\n   ```\n\n4. Configure your email settings in `settings.py`:\n   ```python\n   EMAIL_BACKEND = \"django.core.mail.backends.smtp.EmailBackend\"\n   EMAIL_HOST = \"smtp.gmail.com\"\n   EMAIL_PORT = 587\n   EMAIL_USE_TLS = True\n   EMAIL_HOST_USER = \"your-email@gmail.com\"\n   EMAIL_HOST_PASSWORD = \"your-email-password\"\n   ```\n\n5. Run migrations:\n   ```sh\n   python manage.py migrate\n   ```\n\n6. Start the development server:\n   ```sh\n   python manage.py runserver\n   ```\n\n## Usage\n- Open `http://127.0.0.1:8000/register/` in your browser.\n- Enter your email and password.\n- Check your email for the verification code.\n- Enter the verification code to complete registration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero1max%2Femail-verification-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzero1max%2Femail-verification-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero1max%2Femail-verification-django/lists"}