{"id":20777168,"url":"https://github.com/alexfer/django-app","last_synced_at":"2026-04-10T00:14:17.487Z","repository":{"id":63508189,"uuid":"564427050","full_name":"alexfer/django-app","owner":"alexfer","description":"A simple application created using Django framework. ","archived":false,"fork":false,"pushed_at":"2022-12-11T07:36:48.000Z","size":176,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T08:21:56.057Z","etag":null,"topics":["app-django","bootstrap","css","database","django","django-application","html","jquery","mysql","mysql-database","python"],"latest_commit_sha":null,"homepage":"https://github.com/alexfer/django-project","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/alexfer.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}},"created_at":"2022-11-10T17:37:07.000Z","updated_at":"2022-11-26T11:40:30.000Z","dependencies_parsed_at":"2023-01-26T18:16:12.801Z","dependency_job_id":null,"html_url":"https://github.com/alexfer/django-app","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfer%2Fdjango-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfer%2Fdjango-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfer%2Fdjango-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfer%2Fdjango-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexfer","download_url":"https://codeload.github.com/alexfer/django-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243119662,"owners_count":20239319,"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":["app-django","bootstrap","css","database","django","django-application","html","jquery","mysql","mysql-database","python"],"created_at":"2024-11-17T13:14:20.839Z","updated_at":"2025-12-30T19:14:07.920Z","avatar_url":"https://github.com/alexfer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Django App\n\n### Development\n**Note** : Make sure you have Python version 4.0\n\n### Environment Setup\n\n`$ git clone https://github.com/alexfer/django-project.git`\n\n`$ cd django-project/`\n\nIf virtualenv is not installed [(What is virtualenv?)](https://www.youtube.com/watch?v=N5vscPTWKOk\u0026t=313s):\n\n`$ pip install virtualenv`\n\nCreate a virtual environment\n\n`$ virtualenv venv`\n\nActivate the environment everytime you open the project\n\n`$ source venv/Scripts/activate`\n\nInstall requirements\n\n`$ pip install -r requirements.txt`\n\nCreate .env file and configure\n\n[SMTP config see](https://docs.djangoproject.com/en/4.1/topics/email/#smtp-backend)\n\n[Database config see](https://docs.djangoproject.com/en/4.1/ref/databases/)\n\n`$ cp app/.env.example app/.env `\n\nRun migrations for Database \n\n`$ python manage.py makemigrations`\n\n`$ python manage.py migrate`\n\nCreate superuser for Admin Login\n\n`$ python manage.py createsuperuser`\n\nEnter your desired username, email and password. Make sure you remember them as you'll need them in future.\n\neg.\n\n    Username: admin\n    \n    Email: admin@example.com\n    \n    Password: \u003cyour password\u003e\n\nAll Set!\n\nNow you can run the server to see your application up \u0026 running\n\n`$ python manage.py runserver`\n\nTo exit the environment\n\n`$ deactivate`\n\nEvery time you want to open the application in browser, make sure you run:\n\n`$ source venv/Scripts/activate`\n\n`$ python manage.py runserver`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexfer%2Fdjango-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexfer%2Fdjango-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexfer%2Fdjango-app/lists"}