{"id":25403097,"url":"https://github.com/devvsima/aiogram-djnago-template","last_synced_at":"2025-04-12T13:45:19.256Z","repository":{"id":276512386,"uuid":"929504359","full_name":"devvsima/aiogram-djnago-template","owner":"devvsima","description":"aiogram django template | aiogram3, aiogram2","archived":false,"fork":false,"pushed_at":"2025-02-08T18:07:07.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"aiogram3","last_synced_at":"2025-02-16T02:29:02.074Z","etag":null,"topics":["aiogram","aiogram-bot","aiogram-bot-template","aiogram-django","aiogram-template","aiogram2","aiogram3","djnago","i18n","postresql","redis","sqlite","tele","telegram-bot"],"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/devvsima.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-02-08T17:44:51.000Z","updated_at":"2025-02-08T18:27:22.000Z","dependencies_parsed_at":"2025-02-16T02:28:06.076Z","dependency_job_id":null,"html_url":"https://github.com/devvsima/aiogram-djnago-template","commit_stats":null,"previous_names":["devvsima/aiogram-djnago-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvsima%2Faiogram-djnago-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvsima%2Faiogram-djnago-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvsima%2Faiogram-djnago-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvsima%2Faiogram-djnago-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devvsima","download_url":"https://codeload.github.com/devvsima/aiogram-djnago-template/tar.gz/refs/heads/aiogram3","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248574891,"owners_count":21127084,"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":["aiogram","aiogram-bot","aiogram-bot-template","aiogram-django","aiogram-template","aiogram2","aiogram3","djnago","i18n","postresql","redis","sqlite","tele","telegram-bot"],"created_at":"2025-02-16T02:27:53.985Z","updated_at":"2025-04-12T13:45:19.250Z","avatar_url":"https://github.com/devvsima.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django \u0026 Aiogram template\n\n- `Django`\n- `Aiogram 3`\n- `i18n`\n- ORM: `DjangoORM`\n- Database: `PostgreSQL \\ Sqlite, Redis`\n\n## 📥 How to Install?\n\n### 1. Clone the Repository\nFirst, clone the repository and navigate to its directory:\n\n```bash\ngit clone https://github.com/devvsima/aiogram-django-template.git\ncd django_and_aiogram\n```\n\n### 2. Setting up a virtual environment \".venv\"\n\n\n#### Linux\nInstall dependencies and activate the virtual environment:\n\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate\npip3 install -r requirements.txt\n```\n\n#### Windows\nSimilar steps for Windows:\n\n```bash\npython -m venv .venv\n.venv\\Scripts\\activate\npip install -r requirements.txt\n```\n\n\u003e 💡 Note: The name `.venv` can be changed to anything else you wish.\n\n### 3. Setting environment variable\n\nFirst, copy the `.env.dist` file and rename it to `.env`:\n\n```bash\ncp .env.dist .env\n```\n\nThen edit the environment variables file:\n\n```bash\nvim .env\n# or\nnano .env\n```\n\n### 4. Django commands\n\n\n#### ~Migrations\n```bash\n$ python manage.py makemigrations\n$ python manage.py migrate\n```\n\n#### ~Create admin\n```bash\n$ python manage.py createsuperuser\n```\n\n#### ~Launch 🚀\n```bash\n$ python manage.py runserver\n# or\n$ python manage.py runserver 0.0.0.0:8000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevvsima%2Faiogram-djnago-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevvsima%2Faiogram-djnago-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevvsima%2Faiogram-djnago-template/lists"}