We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3484b8 commit b0c95d3Copy full SHA for b0c95d3
CONTRIBUTING.md
@@ -0,0 +1,15 @@
1
+==========================================================================
2
+
3
+Contributing to PyCon Balkan website
4
5
6
+PyCon Balkan website is an open source project and welcomes contributions.
7
8
+To start contributing, fork/clone the project, install all the requirements and create a file named
9
+`.env` in the project's root.
10
11
+Inside of the `.env` file added:
12
+```
13
+SECRET_KEY={create_and_add_your_own_SECRET_KEY_here_with_no_spaces}
14
+DEBUG=True
15
0 commit comments