update refrences to flask_reg_app to account-app instead
Compare changes
+ 5
− 5
@@ -6,8 +6,8 @@ to asynchronously create a Cheaha user account. Currently the project is being d
@@ -6,8 +6,8 @@ to asynchronously create a Cheaha user account. Currently the project is being d
@@ -36,7 +36,7 @@ called `venv` setup running python3.
@@ -36,7 +36,7 @@ called `venv` setup running python3.
- Ensure Flask and other dependencies are installed to you virtual environment using the following commands:
@@ -165,10 +165,10 @@ and output to files in the home directory.
@@ -165,10 +165,10 @@ and output to files in the home directory.
If all goes well, you should have your processes running in the background. Check the status of these by typing
[1]- Running celery -A tasks worker --loglevel=info --concurrency=4 > ~/celery.out 2> ~/celery.err &