INCF / biostar-central

DEPRECATED, please go to upstream on
http://github.com/ialbert/biostar-central
Other
4 stars 4 forks source link

updating requiremets and settings.py.example #29

Closed ghost closed 10 years ago

ghost commented 10 years ago

Now Works on localhost : http://d.pr/i/WDzo *

ialbert commented 10 years ago

Correction, those files are not missing. They are created automatically during initialization:

biostar.sh init

The collectstatic function of django populates that.

ghost commented 10 years ago

Thanks for correction and time ialbert, I'm workin on the Neurostart branch for learning purposes..and initially I saw the biostar.sh..

$PYTHON_EXE $DJANGO_ADMIN collectstatic -v $VERBOSITY --noinput --settings=$DJANGO_SETTINGS_MODULE

and the settings.py.sample STATIC_DIR = path(HOME_DIR, 'static')

Correction: I see the files really are missing but not in the autogenerated directory..in this cases /apache/export/static/ . but are missing in main/static/ (default STATIC_DIR) .. this is the reason for not work for me biostar.sh init or django-collectstatic (Neuro.. branch).

https://github.com/brainstorm/biostar-central/tree/neurostars.org/main/static/lib/

thanks much.

ghost commented 10 years ago

Correction "missing files on ../main/static/". Adding CSS of Neurostarts. http://d.pr/i/9dtm