File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11from django .contrib import admin
2-
3- from django .contrib .auth .models import Permission , Group
2+ from django .contrib .auth .models import Group , Permission
43
54from . import models
65
Original file line number Diff line number Diff line change 11# Generated by Django 2.2 on 2019-04-12 15:56
22
3- from django .db import migrations , models
43import django .utils .timezone
4+ from django .db import migrations , models
5+
56import mailauth .contrib .user .models
67
78
Original file line number Diff line number Diff line change 1414 2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
1515"""
1616from django .contrib import admin
17- from django .urls import path , include
17+ from django .urls import include , path
1818
1919urlpatterns = [
2020 path ('accounts/' , include ('mailauth.urls' )),
You can’t perform that action at this time.
0 commit comments