usefull -> useful
parent
0ead931112
commit
b28417a502
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ We'll create 4 modules, an user module (manage user's registration, login, lost
|
|||
app.run(debug=True)
|
||||
```
|
||||
|
||||
`/shell.py` will allow you to get a console and enter commands within your flask environment. Maybe not as nice as debugging with pdb, but always usefull (when you will initialize your database).
|
||||
`/shell.py` will allow you to get a console and enter commands within your flask environment. Maybe not as nice as debugging with pdb, but always useful (when you will initialize your database).
|
||||
|
||||
```python
|
||||
#!/usr/bin/env python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue