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 STORY : Create database realtionships #8

Closed
8 tasks done
Tracked by #6
tomik-z-cech opened this issue Feb 11, 2024 · 1 comment
Closed
8 tasks done
Tracked by #6

USER STORY : Create database realtionships #8

tomik-z-cech opened this issue Feb 11, 2024 · 1 comment

Comments

@tomik-z-cech
Copy link
Owner

tomik-z-cech commented Feb 11, 2024

As a Developer, I need to define relatinships between models and import the relationships into working apps models.

Acceptance Criteria :

All models are working with the relationships defined, all models that are related to other app models are linked via import statements.

Tasks :

  • Create models for all apps.
  • Set relationships between them via import statements (if applicable).
  • Create databse instance in Neon DB
  • Connect with Neon DB server via URL given by Neon
  • Create S3 bucket with AWS
  • Connect with AWS server via keys given by AWS
  • Run python manage.py makemigrations
  • Run python manage.py migrate

Epic :
EPIC 2

@tomik-z-cech
Copy link
Owner Author

This was done in commit 1d2929d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant