mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-08 10:24:01 +00:00
Edited
This commit is contained in:
parent
9ad89f49f1
commit
1cd2aac47d
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,4 +8,5 @@ Backup-codes-series.notification.txt
|
||||
celerybeat-schedule
|
||||
databasepostgresql_env
|
||||
SeriesRobot.pem
|
||||
certbot
|
||||
certbot
|
||||
.vscode
|
@ -6,7 +6,7 @@ from .models import User
|
||||
@admin.register(User)
|
||||
class CustomAdmin(UserAdmin):
|
||||
fieldsets = (
|
||||
(None, {'fields': ('username', 'email', 'password')}),
|
||||
(None, {'fields': ('username', 'email', 'imdb_api_key', 'password')}),
|
||||
(('Permissions'), {
|
||||
'fields': ('is_active', 'email_is_verified', 'send_email', 'is_staff', 'is_superuser', 'groups', 'user_permissions'),
|
||||
}),
|
||||
|
@ -1,3 +0,0 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
@ -6,7 +6,7 @@
|
||||
<footer>
|
||||
<div class="div-left" style="float: left;">
|
||||
<span class="text-muted">
|
||||
<a href="mailto:aykhan.shahs@gmail.com">© 2022 Aykhan Shahsuvarov</a>
|
||||
<a href="mailto:aykhan.shahs@gmail.com">© 2022-2023 Aykhan Shahsuvarov</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user