pycon
pycon copied to clipboard
Improve demodata
Why
When you start the application locally would be nice to have everything ready-to-go without changing to many things in the PyCon admin to open the conference's deadlines etc...
Nice to have: Make the dates dynamic, in order to not have to change the dates...
How to test it
cd backend && docker exec -it pycon_pycon-backend_1 python manage.py loaddata demodata/*.json
open -a Firefox http://localhost:3000
You should see no errors You should see some sponsors You should see the CfP is open You should see the Voting is open ? -> think we can do both together ...
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.
pycon – ./frontend/
🔍 Inspect: https://vercel.com/python-italia/pycon/5QaodsAdz1WfZRRc8oLBsqcrxaas
✅ Preview: https://pycon-git-improve-demodata-python-italia.vercel.app
association-frontend – ./association-frontend
🔍 Inspect: https://vercel.com/python-italia/association-frontend/8batv1de7MvatubJEeHV5UkQbHDY
✅ Preview: Canceled
Codecov Report
Merging #2592 (05042ca) into main (21166a1) will decrease coverage by
0.40%
. The diff coverage is91.43%
.
@@ Coverage Diff @@
## main #2592 +/- ##
==========================================
- Coverage 92.69% 92.28% -0.41%
==========================================
Files 116 128 +12
Lines 2574 3086 +512
Branches 247 444 +197
==========================================
+ Hits 2386 2848 +462
- Misses 174 214 +40
- Partials 14 24 +10