File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,23 @@ ln -s ../../tools/githook/pre-commit .git/hooks/
9090[ ` ruff ` ] : https://docs.astral.sh/ruff/ )
9191[ `biome` ] : https://biomejs.dev/
9292
93+ ### Discord
94+
95+ If you want to discuss development of a fix/feature over chat. Please join the
96+ ` #commitfest-dev ` channel on the [ "PostgreSQL Hacking" Discord server] [ 1 ]
97+
98+ [ 1 ] : https://discord.gg/XZy2DXj7Wz
99+
100+ ### Staging server
101+
102+ The staging server is available at: < https://commitfest-test.postgresql.org/ >
103+ User and password are both ` pgtest ` . The ` main ` branch is automatically
104+ deployed to the staging server. After some time on the staging server, commits
105+ will be merged into the ` prod ` branch, which automatically deploys to the
106+ production server.
107+
108+ ### Regenerating the database dump files
109+
93110If you'd like to regenerate the database dump files, you can run the following commands:
94111```
95112./manage.py dumpdata auth --format=json --indent=4 --exclude=auth.permission > pgcommitfest/commitfest/fixtures/auth_data.json
You can’t perform that action at this time.
0 commit comments