Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nezhar committed Mar 31, 2022
1 parent 24c51a5 commit 10ff0be
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
# SnyPy Backend

[![Known Vulnerabilities](https://snyk.io/test/github/nezhar/snypy-backend/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/nezhar/snypy-backend?targetFile=requirements.txt)
[![codebeat badge](https://codebeat.co/badges/636a710b-e6c6-4ca8-ab1b-921bbaa6c816)](https://codebeat.co/projects/github-com-nezhar-snypy-backend-master)
[![codecov](https://codecov.io/gh/snypy/snypy-backend/branch/master/graph/badge.svg?token=FJ8DVxxArd)](https://codecov.io/gh/snypy/snypy-backend)
[![Known Vulnerabilities](https://snyk.io/test/github/nezhar/snypy-backend/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/nezhar/snypy-backend?targetFile=requirements.txt)

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
```
# SnyPy Backend

```
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
```
REST API for managing code snippets build with Django and Django Rest Framework.

0 comments on commit 10ff0be

Please sign in to comment.