File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 10
10
11
11
![ Flask-WTF Tutorial] ( https://github.com/hackersandslackers/flask-wtform-tutorial/blob/master/.github/flask-wtforms-tutorial@2x.jpg?raw=true )
12
12
13
- Source code for the accompanying tutorial found here: https://hackersandslackers.com/flask-wtforms-forms/
13
+ ** Tutorial** : https://hackersandslackers.com/flask-wtforms-forms/
14
+
15
+ ** Demo** : https://flaskwtf.hackersandslackers.app/
14
16
15
17
16
18
# Getting Started
17
19
18
- Get set up locally in two steps:
20
+ Get set up locally:
21
+
22
+ ### Installation
23
+
24
+ Get up and running with ` make deploy ` :
25
+
26
+ ``` shell
27
+ $ git clone https://github.com/hackersandslackers/flask-wtform-tutorial.git
28
+ $ cd flask-wtform-tutorial
29
+ $ make deploy
30
+ ```
19
31
20
32
### Environment Variables
21
33
@@ -27,15 +39,6 @@ Replace the values in **.env.example** with your values and rename this file to
27
39
28
40
* Remember never to commit secrets saved in .env files to Github.*
29
41
30
- ### Installation
31
-
32
- Get up and running with ` make deploy ` :
33
-
34
- ``` shell
35
- $ git clone https://github.com/hackersandslackers/flask-wtform-tutorial.git
36
- $ cd flask-wtform-tutorial
37
- $ make deploy
38
- ```
39
42
40
43
-----
41
44
You can’t perform that action at this time.
0 commit comments