Gerrit před 7 roky
rodič
revize
39ac747309
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      README.md

+ 2
- 1
README.md Zobrazit soubor

@@ -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…
Zrušit
Uložit