usefull -> useful

kanzure 2012-07-21 19:54:36 -07:00
parent 0ead931112
commit b28417a502

@ -74,7 +74,7 @@ We'll create 4 modules, an user module (manage user's registration, login, lost
app.run(debug=True) 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 ```python
#!/usr/bin/env python #!/usr/bin/env python