From 4a2fe992079502a775516dc37dd6d2015f732193 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Fri, 10 Aug 2012 21:32:17 +0530 Subject: Update README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 5d8ffa0..20748c4 100644 --- a/README.rst +++ b/README.rst @@ -4,4 +4,5 @@ Installation 1. git clone https://github.com/syst3mw0rm/hk-app 2. cd hk-app 3. python manage.py syncdb -4. python manage.py runserver +4. python manage.py collectstatic +5. python manage.py runserver -- cgit