Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CTB
ctb-platform-backend-antigo
Commits
e4e79bd6
Commit
e4e79bd6
authored
May 09, 2019
by
Bruno Martin
Browse files
instructions to import django-geocities-light data
parent
3651f7dc
Pipeline
#7372
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
README.md
README.md
+5
-0
No files found.
README.md
View file @
e4e79bd6
...
...
@@ -31,6 +31,11 @@ docker-compose exec postgres sh -c "createdb -U\$POSTGRES_USER django"
docker-compose exec postgres sh -c "pg_restore -U\$POSTGRES_USER -O -x -n public -d django backup.psqlc"
```
## Importando dados para o django-geocities-light (Cidades e Estados)
```
docker exec -it base-django-mooc_django_1 ./manage.py cities_light --progress -v 3
```
## Testes
Existem duas maneiras de se executar os testes automatizados localmente:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment