{"id":24501438,"url":"https://github.com/anythinglord/django-mysql","last_synced_at":"2026-05-20T15:05:07.610Z","repository":{"id":199746833,"uuid":"703663845","full_name":"anythinglord/django-mysql","owner":"anythinglord","description":"Task Management application built with Django, python and SQLite","archived":false,"fork":false,"pushed_at":"2023-11-10T02:10:57.000Z","size":15597,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T22:35:02.426Z","etag":null,"topics":["django-rest-framework","python3","sqlite"],"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/anythinglord.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":"2023-10-11T17:00:08.000Z","updated_at":"2024-02-13T14:24:58.000Z","dependencies_parsed_at":"2023-10-12T03:59:33.868Z","dependency_job_id":"add4ca4e-916c-445b-a6d2-90f465834519","html_url":"https://github.com/anythinglord/django-mysql","commit_stats":null,"previous_names":["anythinglord/django-mysql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anythinglord%2Fdjango-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anythinglord%2Fdjango-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anythinglord%2Fdjango-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anythinglord%2Fdjango-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anythinglord","download_url":"https://codeload.github.com/anythinglord/django-mysql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243698137,"owners_count":20333064,"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-rest-framework","python3","sqlite"],"created_at":"2025-01-21T22:29:26.199Z","updated_at":"2026-05-20T15:05:07.505Z","avatar_url":"https://github.com/anythinglord.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Management application\n## Requirements\n\n- Python 3.x\n- Django (recommended version)\n- MySQL (or any other database you wish to use)\n- (Optional) Virtualenv for virtual environments\n\n## Environment Setup\n\n1. **Clone the Repository:**\n2. **Create a Virtual Environment (Optional but Recommended):**\n```python\npython -m venv\nsource venv/bin/activate\n```\n3. **Install Dependencies:**\n```python\npip install -r requirements.txt\n```\n4. **Configure the Database:**\n- Create a MySQL database and update the configuration in `settings.py`.\n- Run migrations:\n```python\npython manage.py migrate\n```\n\n5. **Start the Development Server:**\n```python\npython manage.py runserver\n```\n6. **Access the Application:**\nVisit `http://localhost:8000` in your web browser.\n\n## Contributing\n\nIf you want to contribute to this project, follow these steps:\n\n1. Fork the project\n2. Create a new branch (`git checkout -b feature/new-feature`)\n3. Make your changes and commit them (`git commit -m 'Add new feature'`)\n4. Push the branch (`git push origin feature/new-feature`)\n5. Open a pull request on GitHub\n\n## Util commands\n- Create a migration file after to create a new model\n```python\npython manage.py makemigrations\n```\n- Create a superuser\n```python\npython manage.py createsuperuser\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanythinglord%2Fdjango-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanythinglord%2Fdjango-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanythinglord%2Fdjango-mysql/lists"}