File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
pyconbalkan/core/templates Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
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
+ ```
Original file line number Diff line number Diff line change 1
1
# pyconbalkan [ ![ Build Status] ( https://travis-ci.org/PythonBalkan/pyconbalkan.svg?branch=master )] ( https://travis-ci.org/PythonBalkan/pyconbalkan )
2
2
3
3
Website for PyCon Balkan
4
+
5
+ > Info about contributing: https://github.com/PythonBalkan/pyconbalkan/blob/master/CONTRIBUTING.md
6
+
7
+ > Public Trello Board: https://trello.com/b/J6NhX1GZ/pycon-balkan-2018
Original file line number Diff line number Diff line change 31
31
<![endif]-->
32
32
< link href ="https://fonts.googleapis.com/css?family=Montserrat:400,700,900 "
33
33
rel ="stylesheet ">
34
+ <!-- Global site tag (gtag.js) - Google Analytics -->
35
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-118269305-1 "> </ script >
36
+ < script >
37
+ window . dataLayer = window . dataLayer || [ ] ;
38
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
39
+ gtag ( 'js' , new Date ( ) ) ;
40
+
41
+ gtag ( 'config' , 'UA-118269305-1' ) ;
42
+ </ script >
34
43
</ head >
35
44
36
45
< body >
You can’t perform that action at this time.
0 commit comments