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

feat(Django): migrate models #364

Merged
merged 6 commits into from
Jul 23, 2024

Conversation

raphodn
Copy link
Member

@raphodn raphodn commented Jul 22, 2024

What

create folder with model + admin

  • Product
  • Location
  • Price
  • Proof
  • User & Session

Info

// useful
POSTGRES_DB=open_prices POSTGRES_USER=open_prices_team POSTGRES_PASSWORD=password POSTGRES_HOST=localhost ALLOWED_HOSTS=localhost,127.0.0.1 SECRET_KEY=key poetry run python manage.py inspectdb

@raphodn raphodn marked this pull request as ready for review July 23, 2024 08:49
@raphodn raphodn merged commit 65a1693 into raphodn/django-5-rewrite Jul 23, 2024
3 checks passed
@raphodn raphodn deleted the raphodn/django-5-models branch July 23, 2024 08:49
@raphodn raphodn linked an issue Jul 23, 2024 that may be closed by this pull request
raphodn added a commit that referenced this pull request Jul 23, 2024
raphodn added a commit that referenced this pull request Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant