{"id":20540467,"url":"https://github.com/eduzen/rindus","last_synced_at":"2026-04-29T20:33:51.427Z","repository":{"id":54394779,"uuid":"147037192","full_name":"eduzen/rindus","owner":"eduzen","description":"Django application to manage (CRUD) users and their bank account data (IBAN).","archived":false,"fork":false,"pushed_at":"2021-02-21T00:09:34.000Z","size":439,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-08T20:35:30.263Z","etag":null,"topics":["django","docker","docker-compose","python3"],"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/eduzen.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":"2018-09-01T22:30:07.000Z","updated_at":"2021-02-21T00:14:30.000Z","dependencies_parsed_at":"2022-08-13T14:20:41.525Z","dependency_job_id":null,"html_url":"https://github.com/eduzen/rindus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eduzen/rindus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduzen%2Frindus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduzen%2Frindus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduzen%2Frindus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduzen%2Frindus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eduzen","download_url":"https://codeload.github.com/eduzen/rindus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduzen%2Frindus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["django","docker","docker-compose","python3"],"created_at":"2024-11-16T01:15:30.848Z","updated_at":"2026-04-29T20:33:51.325Z","avatar_url":"https://github.com/eduzen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rindus [![Build Status](https://travis-ci.org/eduzen/rindus.svg?branch=master)](https://travis-ci.org/eduzen/rindus) [![codecov](https://codecov.io/gh/eduzen/rindus/branch/master/graph/badge.svg)](https://codecov.io/gh/eduzen/rindus)\n\n## Django application to manage (CRUD) users and their bank account data (IBAN).\n\nThis project runs with `docker` (you can use traditional `virtualenv` but it's prepared out of the box for `docker`). We choose `Django 2.0` and `Python 3.6` The database is a `postgresql`. We use the django templates for this exercise, because it easy to manage all the app only with `python`. However we prefer `django-rest-framework` and a `javascript framework` for a production escenario.\n\n### Requirements:\n\nYou need to install `docker` and `docker-compose` to run it. We use two images: `python 3.6` and `postgresql`. We have a `Makefile` with some rules to manage the project. Some of them are: `start`, `stop`, `dockershell`, `shell_plus`, `psql`, `migrations`.\n\n#### For example:\n\n* To run tests and Flake8 inside of a container. Just run:\n```bash\nmake test\n```\n\n### Configuration:\n\n* To start the project just run:\n```bash\nmake start\n```\nThis command will pull docker images and run them inside of a container.\n\n* Then you need to setup the database and create a superuser. We have two targets:\n```bash\nmake migrate\nmake superuser\n```\n\n* For google accounts, you need to configure the \"Google login\".\n\n1) Go to `localhost:8000/admin` and inside of it, go to Sites app:\n\n![Image](docs/sites.png?raw=true)\n\nand edit `example.com` register with `locahost:8000` like this img:\n\n![Image](docs/localhost.png?raw=true)\n\nYou can choose a diffent domain name if you want to deploy it in VM.\n\n2) Go to https://console.developers.google.com/ and create new app and oauth2 credentials.\nYou can follow [this instructions](https://ctrlq.org/code/20353-create-application-google-apis-oauth2)\n\n3) Go back to  `localhost:8000/admin` and inside of it, go to `Social Accounts`/ `Social application` and fill it with the keys provided by google.\n![Image](docs/social.png?raw=true)\n\n* Now, You can use the app going to `http://localhost:8000/`:\n![Image](docs/googlelogin.png?raw=true)\n\n* See list of users, edit and delete them `http://localhost:8000/`:\n![Image](docs/listofuser.png?raw=true)\n\n* Create users `http://localhost:8000/user/add`:\n![Image](docs/createuser.png?raw=true)\n\n* Edit users `http://localhost:8000/user/\u003c:id\u003e`:\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduzen%2Frindus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feduzen%2Frindus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduzen%2Frindus/lists"}