An open API service indexing awesome lists of open source software.

https://github.com/pv/scipyshare


https://github.com/pv/scipyshare

Last synced: 2 months ago
JSON representation

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 syncdb

This 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