Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/status board #708

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
fix atempt
  • Loading branch information
Oludare96 authored and cardene committed Aug 8, 2017
commit 346130f3081e5a02e52e40660be1bfa9cb9c95ca
2 changes: 1 addition & 1 deletion api/views/sourceConfig.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from rest_framework import viewsets

# trying to fix shit
from api.serializers import SourceConfigSerializer
from share.models import SourceConfig

Expand Down