fix imports

This commit is contained in:
Usman Nasir
2019-12-11 10:40:35 +05:00
parent 47c633f74a
commit 9af8413da9
103 changed files with 165 additions and 165 deletions

View File

@@ -8,4 +8,4 @@ class ExamplepluginConfig(AppConfig):
name = 'examplePlugin'
def ready(self):
import signals
from . import signals

View File

@@ -1,5 +1,5 @@
from django.conf.urls import url
import views
from . import views
urlpatterns = [