|
@@ -27,17 +27,17 @@ The goal is to help students organize themselves, practice their enrollments and
|
27
|
27
|
- Android studio to run application in emulator
|
28
|
28
|
|
29
|
29
|
### SPECIAL NOTES BEFORE STARTING:
|
30
|
|
-While following the steps below, if you get the following messages:
|
31
|
|
-- **Superuser creation skipped due to not running in a TTY. You can run manage.py createsuperuser in your project to create one manually**
|
32
|
|
-- **Watching for file changes with StatReloader**
|
33
|
|
-Just add the word winpty at the beginning of each command. Examples:
|
34
|
|
-- **winpty python manage.py createsuperuser**
|
35
|
|
-- **winpty python manage.py runserver**
|
|
30
|
+- While following the steps below, if you get the following messages in your terminal:
|
|
31
|
+ - **Superuser creation skipped due to not running in a TTY. You can run manage.py createsuperuser in your project to create one manually**
|
|
32
|
+ - **Watching for file changes with StatReloader**
|
|
33
|
+- Just add the word winpty at the beginning of each command. Examples:
|
|
34
|
+ - **winpty python manage.py createsuperuser**
|
|
35
|
+ - **winpty python manage.py runserver**
|
36
|
36
|
|
37
|
37
|
|
38
|
38
|
**Below are the steps to run the application**
|
39
|
39
|
|
40
|
|
-### Step 1: Run in your terminal
|
|
40
|
+### Step 1: Download repository
|
41
|
41
|
- Download the repository from this url: https://git.ccom.uprrp.edu/CCOM4030/companion_app/src/branch/master
|
42
|
42
|
|
43
|
43
|
|