Closed ghost closed 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.
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.
Correction "missing files on ../main/static/". Adding CSS of Neurostarts. http://d.pr/i/9dtm
Now Works on localhost : http://d.pr/i/WDzo *