Skip to content
Snippets Groups Projects
Commit 4637ea11 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Renamed "base_app" in "core_app". Minor naming fixes.

parent 7c17d200
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
#!/bin/bash #!/bin/bash
# Example: ./run_webapp_unit_tests.sh rosetta.base_app.tests.test_apis.ApiTests.test_api_web_auth # Example: ./run_webapp_unit_tests.sh rosetta.core_app.tests.test_apis.ApiTests.test_api_web_auth
# You probably want to set DJANGO_LOG_LEVEL to ERROR and ROSETTA_LOG_LEVEL to DEBUG if you are doing tdd. # You probably want to set DJANGO_LOG_LEVEL to ERROR and ROSETTA_LOG_LEVEL to DEBUG if you are doing tdd.
DJANGO_LOG_LEVEL="CRITICAL" DJANGO_LOG_LEVEL="CRITICAL"
......
/data/migrations/base_app
\ No newline at end of file
/data/migrations/core_app
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment