Skip to content

Commit b1e9ddc

Browse files
committed
Update README.md
1 parent 5a9edf9 commit b1e9ddc

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We are trying to create a medium where people who want to start with contributin
77
[Website](http://opensourcehelpcommunity.herokuapp.com/) [WIP]
88

99

10-
This is using [Django(1.7.6)](https://www.djangoproject.com/) and [Bootstrap](http://getbootstrap.com/).
10+
This is using [Django(1.11)](https://www.djangoproject.com/) and [Bootstrap](http://getbootstrap.com/).
1111
Feel free to suggest a better design.
1212

1313

@@ -31,24 +31,18 @@ to install everything required to run this project on heroku as well as on your
3131
cd oshc
3232
```
3333

34-
3. Syncdb
35-
34+
3. Collectstatic files using
3635
```
37-
python manage.py syncdb
36+
python manage.py collectstatic
3837
```
3938

40-
4. Change path to static files in settings.py
41-
42-
Right now this file is having path of my local. Just change the machine's username to your own.
43-
44-
```
45-
STATICFILES_DIRS = ()
46-
```
4739
4. Run the app
4840
```
4941
python manage.py runserver
5042
```
5143

44+
To run the web app in Debug mode set the DEBUG environment variable.
45+
In Linux, run the `export DEBUG=True` command in the terminal.
5246

5347
To deploy on heroku clone the code present in [heroku branch](https://github.com/OpenSourceHelpCommunity/OpenSourceHelpCommunity.github.io/tree/heroku).
5448

0 commit comments

Comments
 (0)