{"id":20550917,"url":"https://github.com/artodeschini/sampledjango","last_synced_at":"2025-09-23T14:08:14.156Z","repository":{"id":113860456,"uuid":"170252030","full_name":"artodeschini/sampledjango","owner":"artodeschini","description":"Sample Configure Django Project","archived":false,"fork":false,"pushed_at":"2019-02-17T13:25:58.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T05:45:54.311Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/artodeschini.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":"2019-02-12T04:30:21.000Z","updated_at":"2019-02-17T13:26:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfd8542c-9136-4319-af3f-249652b46fe8","html_url":"https://github.com/artodeschini/sampledjango","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artodeschini/sampledjango","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artodeschini%2Fsampledjango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artodeschini%2Fsampledjango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artodeschini%2Fsampledjango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artodeschini%2Fsampledjango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artodeschini","download_url":"https://codeload.github.com/artodeschini/sampledjango/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artodeschini%2Fsampledjango/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276588250,"owners_count":25668831,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"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":[],"created_at":"2024-11-16T02:28:05.677Z","updated_at":"2025-09-23T14:08:14.114Z","avatar_url":"https://github.com/artodeschini.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Note of start a project in django\n\n## Requeirement \n- Python 3\n- pyenv\n- pip\n- pyCharm\n- poedit\n- fun\n- Django\n- SQLite\n- Db Browser to SQLite\n\n## pyenv\n```bash\n$ brew update\n$ brew install pyenv\n```\n\n## install python 3.6.6\n```bash\npyenv install 3.6.6\npyenv virtualenv 3.6.6 django-env\npyenv activate django-env\n\npython --version\n\npip install Django==2.1.7\n```\n\n## start a new project with django\n```bash\n# django-admin starproject sample\ndjango-admin starproject sampledjango\n```\n\n## open the diretory with pycharm\nconfigure pycharm project\n\nPyCharm \u003e Preferences \u003e Project \ninterpleter\nadd virtualenv\n\n## try if works\n```bash\ncd sampledjango/\npython manage.py runserver\n\n# open in your browser http://127.0.0.1:8000/\n\n# if I want to change de port\npython manage.py runserver 5555\n```\n\n## create a module in django project \nexecute the command inside of package of project\nin the same folder there is manage.py\n```bash\n\n\n\n```\n\n## create a database of app\npython manage.py makemigrations\npython manage.py migrate\n\n## create a super user\npython manage.py","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartodeschini%2Fsampledjango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartodeschini%2Fsampledjango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartodeschini%2Fsampledjango/lists"}