https://github.com/pv/scipyshare
https://github.com/pv/scipyshare
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pv/scipyshare
- Owner: pv
- Created: 2011-04-04T20:36:21.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-19T18:18:26.000Z (about 14 years ago)
- Last Synced: 2025-01-20T08:49:29.130Z (4 months ago)
- Language: Python
- Homepage:
- Size: 791 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
==========
Scipyshare
==========Platform for sharing scientific codes for Python.
.. note::
All of this is still very much under development!
Don't expect it to work properly or look nice.
============
Installation
============You must have Django installed: ``_
#. Create databases::
cd deploy
python manage.py syncdbThis will also ask you to create a superuser name and password.
#. Load sample data::
python manage.py loaddata sample
#. Start webserver::
python manage.py runserver
#. To edit things,
#. Log in as an user by going to
``_
#. Use the UI to edit things (NB. heavily under construction at the moment)Or,
#. Log in as a superuser (created above) by going to
``_
#. Select the items to edit or create