{"id":22210915,"url":"https://github.com/auth0-blog/django-feed-auth0","last_synced_at":"2025-08-28T08:06:36.975Z","repository":{"id":48653501,"uuid":"310109318","full_name":"auth0-blog/django-feed-auth0","owner":"auth0-blog","description":"Build a Django public feed application","archived":false,"fork":false,"pushed_at":"2021-07-15T21:41:59.000Z","size":14,"stargazers_count":6,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-13T03:33:12.252Z","etag":null,"topics":["auth0","django","python"],"latest_commit_sha":null,"homepage":"https://auth0.com/blog/django-authentication/","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/auth0-blog.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}},"created_at":"2020-11-04T20:21:58.000Z","updated_at":"2024-03-24T03:04:46.000Z","dependencies_parsed_at":"2022-08-27T01:40:40.060Z","dependency_job_id":null,"html_url":"https://github.com/auth0-blog/django-feed-auth0","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-blog%2Fdjango-feed-auth0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-blog%2Fdjango-feed-auth0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-blog%2Fdjango-feed-auth0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-blog%2Fdjango-feed-auth0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auth0-blog","download_url":"https://codeload.github.com/auth0-blog/django-feed-auth0/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227795390,"owners_count":17821008,"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":["auth0","django","python"],"created_at":"2024-12-02T20:18:24.260Z","updated_at":"2024-12-02T20:18:24.828Z","avatar_url":"https://github.com/auth0-blog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This application is based on [this Django authentication tutorial](https://auth0.com/blog/django-authentication/) where you learn how to create a public feed application, add authentication, and add moderator permissions.\n\n![Django public feed app](https://cdn.auth0.com/blog/django-authentication/django-public-feed.png)\n\n## Running the application\n\nFirst, clone the application:\n\n```bash\ngit clone git@github.com:auth0-blog/django-feed-auth0.git\ncd django-feed-auth0\n```\n\nNext, install the dependencies:\n\n```bash\npython -m venv env\nsource env/bin/activate\npip install -r requirements.txt\n```\n\nThen, you need to update your `settings.py` file with your own Auth0 values. You can [sign up for a free Auth0 account here](https://auth0.com/signup) if you don't have one already.\n\nYou can find the location of those values in your Auth0 dashboard. For more details, please see the [\"Adding Authentication\" section of the tutorial](https://auth0.com/blog/django-authentication#adding-authentication).\n\n\nMigrate the application:\n\n```shell script\ncd feed\npython manage.py migrate\n```\n\nCreate a superuser:\n\n```shell script\npython manage.py createsuperuser\n```\n\nFinally, run the application:\n\n```bash\npython manage.py runserver\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0-blog%2Fdjango-feed-auth0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauth0-blog%2Fdjango-feed-auth0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0-blog%2Fdjango-feed-auth0/lists"}