Skip to content

pv/scipyshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: http://www.djangoproject.com/

  1. Create databases:

    cd deploy
    python manage.py syncdb

    This will also ask you to create a superuser name and password.

  2. Load sample data:

    python manage.py loaddata sample
  3. Start webserver:

    python manage.py runserver
  4. To edit things,

    1. Log in as an user by going to http://localhost:8000/user/login/
    2. Use the UI to edit things (NB. heavily under construction at the moment)

    Or,

    1. Log in as a superuser (created above) by going to http://localhost:8000/admin/
    2. Select the items to edit or create

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages