Browse Source

Update README.md

Gerrit 7 years ago
parent
commit
39ac747309
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.md

+ 2
- 1
README.md View File

@@ -64,6 +64,7 @@ $ cd django-tickets
64 64
 $ pip install -r requirements.txt
65 65
 $ source env.sh
66 66
 $ ./manage.py migrate
67
+$ ./manage.py collectstatic
67 68
 $ ./manage.py createsuperuser
68 69
 $ ./manage.py runserver
69 70
 ```
@@ -72,4 +73,4 @@ To check the IMAP account for new messages and create tickets out of these messa
72 73
 
73 74
 ```
74 75
 $ ./manage.py get_email
75
-```
76
+```

Loading…
Cancel
Save