close
Warning:
Error with navigation contributor "LoginModule"
- Timestamp:
-
Jan 26, 2014, 11:24:06 PM (11 years ago)
- Author:
-
marco.m
- Comment:
-
minor edits
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v12
|
v13
|
|
14 | 14 | tar zxvf stable.tar.gz |
15 | 15 | virtualenv .env |
16 | | cd <place_for_virutalenv_dir> |
| 16 | cd <place_for_virtualenv_dir> |
17 | 17 | source .env/bin/activate |
18 | 18 | # setup.py from djangobb app |
… |
… |
|
37 | 37 | }}} |
38 | 38 | |
39 | | Also u can put djangobb_forum to your django project as app and install requiments via pip. |
| 39 | Also you can add djangobb_forum to your django project as app and install requirements via pip. |