Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Latest commit

 

History

History
63 lines (41 loc) · 1.32 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.32 KB

LMMS Sharing Platform 2

Code for new Django-based LMMS Sharing Platform.

License: GPLv2 or later

Usage

Initializing local database:

./manage.py syncdb

Run web server:

./manage.py runserver

For testing purposes, fill database with pseudo-data by running

./manage.py loadtestdata submissions.<Model>:<n>

Requirements

This project uses the following python packages:

Install them via

    $ pip install -r requirements.txt
    $ pip install -r requirements.dev.txt
    $ pip install -r requirements.import.txt

respectively.