Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User create and delete #10

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

User create and delete #10

wants to merge 4 commits into from

Conversation

AlagappanRa
Copy link
Contributor

  • Default implementation for create and read users in models API

  • views methods UserListCreate and UserDetail completed

  • 3 tests created and passed locally

- Env vars were not being loaded properly into file context with environ.Env.read_env().

- Suspect its a bug with the package itself

- Python's default read_dotenv is more reliable.
Update settings.py
Update settings.py
- Default implementation for create and read users in models API

- views methods UserListCreate and UserDetail completed

- 3 tests created and passed locally
@AlagappanRa AlagappanRa linked an issue Mar 23, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement User Endpoints (Create, Read)
1 participant