/snypy-backend

Primary LanguagePythonMIT LicenseMIT

SnyPy Backend

Known Vulnerabilities codebeat badge

This project is build using Django 2.0 and Django Rest Framework

In Development

This project is currently in an early stage of development and is missing lots of features as well as documentation.

Export Fixture:

python manage.py dumpdata auth --natural-foreign --natural-primary -e auth.Permission --indent 4 > fixtures/permissions.json
python manage.py dumpdata snippets --natural-foreign --natural-primary -e snippets.Snippet -e snippets.File -e snippets.Label -e snippets.SnippetLabel --indent 4 > fixtures/languages.json