Ver código fonte

fix dependencies and update readme

https
jakobsn 6 anos atrás
pai
commit
3947b79758
2 arquivos alterados com 10 adições e 3 exclusões
  1. +9
    -0
      README.md
  2. +1
    -3
      src/app/views/login.py

+ 9
- 0
README.md Ver arquivo

@@ -9,7 +9,16 @@ webpy framework: http://webpy.org/
### Prerequisites:
docker https://www.docker.com/

On linux docker is started with

$ sudo systemctl start docker

To run docker-compose without sudo the user must be added to the usergroup:

https://docs.docker.com/install/linux/linux-postinstall/

### Build & Run

$ docker-compose up --build

### Prune/Recreate


+ 1
- 3
src/app/views/login.py Ver arquivo

@@ -2,9 +2,7 @@ import web
from views.forms import login_form
import models.login
from views.utils import get_nav_bar
import os, hmac, base64, pickle, hashlib
from io import StringIO
from deepdiff import DeepDiff
import os, hmac, base64, pickle

# Get html templates
render = web.template.render('templates/')


Carregando…
Cancelar
Salvar