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

Update docs how to seed db from fixtures #252

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

faebebin
Copy link
Contributor

@faebebin faebebin commented Aug 19, 2022

If you try to run the app for first time locally on docker using docker-compose (or the according make commands) it throws errors on the server side because it needs some Menu object. Loading the existing fixture files solves the problem.

@codecov-commenter
Copy link

Codecov Report

Merging #252 (970e9aa) into master (ac26d15) will increase coverage by 36.43%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #252       +/-   ##
===========================================
+ Coverage   37.72%   74.15%   +36.43%     
===========================================
  Files          88      124       +36     
  Lines        3714     4705      +991     
===========================================
+ Hits         1401     3489     +2088     
+ Misses       2313     1216     -1097     
Impacted Files Coverage Δ
qgis-app/plugins/templatetags/local_timezone.py 81.81% <0.00%> (ø)
qgis-app/api/views.py 96.00% <0.00%> (ø)
qgis-app/homepage.py 42.85% <0.00%> (ø)
qgis-app/middleware.py 70.00% <0.00%> (ø)
qgis-app/layerdefinitions/forms.py 100.00% <0.00%> (ø)
qgis-app/layerdefinitions/views.py 73.61% <0.00%> (ø)
qgis-app/lib/templatetags/sort_anchor.py 22.44% <0.00%> (ø)
qgis-app/wavefronts/views.py 77.21% <0.00%> (ø)
qgis-app/layerdefinitions/license.py 100.00% <0.00%> (ø)
qgis-app/custom_haystack_urls.py 44.44% <0.00%> (ø)
... and 59 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@faebebin faebebin changed the title Add command to docs for db seeding from fixtures Update docs how to seed db from fixtures Aug 21, 2022
@dimasciput
Copy link
Collaborator

LGTM thanks

@dimasciput dimasciput merged commit ae40e70 into qgis:master Aug 23, 2022
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.

3 participants