Skip to content

Commit

Permalink
Added additional info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaS-Idea committed Oct 30, 2018
1 parent 52ec42c commit edd0c52
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,16 @@ Or, from a terminal:
```
./init.bat
```
<aside class="warning">
Warning! This command clears up your database before creating new entities. If you want just to update your current database, change the following code:
</aside>
```
call flask dbinit -c
``` to
```
call flask dbinit -u
```
As soon as you see the following info you can open your browser:
```
* Serving Flask app "main"
Expand Down Expand Up @@ -213,6 +223,13 @@ var routes = [
```
Name your routes to have the access from breadcrumbs to them.
## Trial default period (in days)
By default, for a production version it's 14 days, for dev it's just a one day (for easier validation). If you want to change this setting,
please change the corresponding line in config.py:
```
TRIAL_PERIOD_IN_DAYS = 1
```
## How to debug the code
We prefer MS VS Code. It's free and have tons of plugins for any language and framework. We use plugins for Python, Flask, Vue. To debug Python code you need to do some setups:
Expand Down

0 comments on commit edd0c52

Please sign in to comment.