Skip to content

Commit

Permalink
update docs | force build
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgamezh committed Jun 6, 2019
1 parent bc6691a commit b230fe4
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,9 @@ Superuser created successfully.
```


## Producción (con Docker)

```bash
# Actualizar el .env (copiado a partir del .env.dist)
export $(grep -v '^#' .env)
make build-prod
make up-prod
make migrate
make collectstatic
```

If you need to create a Django's superuser:

```bash
$ make createsuperuser
Username (leave blank to use 'root'): admin
Email address: admin@example.com
Password:
Password (again):
Superuser created successfully.
```
## Producción

Chequear documentación en https://github.com/PyAr/pyar_infra/

## Contribuyendo con Asoc Members

Expand Down

0 comments on commit b230fe4

Please sign in to comment.