close Warning: Error with navigation contributor "LoginModule"

Changes between Version 12 and Version 13 of QuickInstall


Ignore:
Timestamp:
Jan 26, 2014, 11:24:06 PM (10 years ago)
Author:
marco.m
Comment:

minor edits

Legend:

Unmodified
Added
Removed
Modified
  • QuickInstall

    v12 v13  
    1414 tar zxvf stable.tar.gz 
    1515 virtualenv .env 
    16  cd <place_for_virutalenv_dir> 
     16 cd <place_for_virtualenv_dir> 
    1717 source .env/bin/activate 
    1818 # setup.py from djangobb app 
     
    3737}}} 
    3838 
    39 Also u can put djangobb_forum to your django project as app and install requiments via pip. 
     39Also you can add djangobb_forum to your django project as app and install requirements via pip.