We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfebde commit 3a4c5a2Copy full SHA for 3a4c5a2
1 file changed
INSTALL
@@ -37,13 +37,13 @@ General Instructions for Deployment of a New Release
37
38
pip install -r requirements.txt
39
40
- 5. Run migrations::
+ 5. Move static files to the appropriate direcrory for serving via CDN::
41
42
- ietf/manage.py migrate
+ ietf/manage.py collectstatic
43
44
- 6. Move static files to the appropriate direcrory for serving via CDN::
+ 6. Run migrations::
45
46
- ietf/manage.py collectstatic
+ ietf/manage.py migrate
47
48
7. Run some basic datatracker system checks::
49
0 commit comments