{"id":23678576,"url":"https://github.com/erickgbr/djangomigrations","last_synced_at":"2026-05-06T08:33:48.871Z","repository":{"id":234089335,"uuid":"788169944","full_name":"ErickGBR/djangoMigrations","owner":"ErickGBR","description":"Is a proyect of study CS50 of Python Certification, only development of Django Framework and use","archived":false,"fork":false,"pushed_at":"2024-10-15T14:59:05.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T15:54:27.309Z","etag":null,"topics":["certification","cs50w","django","django-rest-framework","python","python3","rest-api","sqlite","sqlite3"],"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/ErickGBR.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,"zenodo":null}},"created_at":"2024-04-17T22:59:31.000Z","updated_at":"2024-11-03T04:28:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"a58393b1-640d-4b1e-9aa4-6e52dad3f623","html_url":"https://github.com/ErickGBR/djangoMigrations","commit_stats":null,"previous_names":["erickgbr/djangomigrations"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ErickGBR/djangoMigrations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickGBR%2FdjangoMigrations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickGBR%2FdjangoMigrations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickGBR%2FdjangoMigrations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickGBR%2FdjangoMigrations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ErickGBR","download_url":"https://codeload.github.com/ErickGBR/djangoMigrations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickGBR%2FdjangoMigrations/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260477922,"owners_count":23015064,"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":["certification","cs50w","django","django-rest-framework","python","python3","rest-api","sqlite","sqlite3"],"created_at":"2024-12-29T15:33:40.021Z","updated_at":"2026-05-06T08:33:43.845Z","avatar_url":"https://github.com/ErickGBR.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Django Migrations Practice Project\n\nThis is a practice project using Django to work with migrations and a basic set of routes. The project includes a SQLite database and three main routes.\n\n## Installation\n\n1. **Clone the repository**:\n    ```bash\n    git clone https://github.com/your_username/your_repository.git\n    cd your_repository\n    ```\n\n2. **Create a virtual environment**:\n    ```bash\n    python -m venv venv\n    source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n    ```\n\n3. **Install the dependencies**:\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. **Apply the migrations**:\n    ```bash\n    python manage.py migrate\n    ```\n\n5. **Create a superuser**:\n    ```bash\n    python manage.py createsuperuser\n    ```\n\n6. **Start the development server**:\n    ```bash\n    python manage.py runserver\n    ```\n\n## Routes\n\nThe project includes the following routes:\n\n- **/admin/**: Django admin interface.\n- **/flight/**: Main page to list flights.\n- **/flight/\u003cid\u003e/**: Detail page for a specific flight.\n\n## Project Description\n\nThis project is a practice exercise for working with migrations in Django. It uses SQLite as the database and provides a basic interface for managing and viewing flights. The main routes allow access to the Django admin panel, list all available flights, and view the details of a specific flight by its ID.\n\n## Migrations\n\nMigrations are a crucial part of Django for handling changes in the database schema. This project includes basic examples of how to create and apply migrations using Django commands.\n\n## Requirements\n\n- Python 3.8 or higher\n- Django 3.2 or higher\n\n## How to Contribute\n\nIf you would like to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/new-feature`).\n3. Make your changes and commit them (`git commit -am 'Add new feature'`).\n4. Push to the branch (`git push origin feature/new-feature`).\n5. Create a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickgbr%2Fdjangomigrations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferickgbr%2Fdjangomigrations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickgbr%2Fdjangomigrations/lists"}