Compare commits
No commits in common. "f5bf642cd69ffea494fbe9fb9b92aa401272de1c" and "e655e1598abd3df50d85c973d41e4d79351eee46" have entirely different histories.
f5bf642cd6
...
e655e1598a
@ -6,9 +6,9 @@
|
|||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
from django.contrib.auth.admin import UserAdmin
|
from django.contrib.auth.admin import UserAdmin
|
||||||
from lostplaces_app.models import *
|
from .models import *
|
||||||
|
|
||||||
from lostplaces_app.forms import ExplorerCreationForm, ExplorerChangeForm
|
from .forms import ExplorerCreationForm, ExplorerChangeForm
|
||||||
|
|
||||||
# Register your models here.
|
# Register your models here.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
from django.urls import path
|
from django.urls import path
|
||||||
from lostplaces_app.views import (
|
from .views import (
|
||||||
HomeView,
|
HomeView,
|
||||||
PlaceDetailView,
|
PlaceDetailView,
|
||||||
PlaceListView,
|
PlaceListView,
|
||||||
|
Loading…
Reference in New Issue
Block a user