Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
ba24b9b0
Verified
Commit
ba24b9b0
authored
4 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Remove not working imports
parent
0c064500
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
aleksis/core/apps.py
+0
-4
0 additions, 4 deletions
aleksis/core/apps.py
aleksis/core/util/apps.py
+0
-4
0 additions, 4 deletions
aleksis/core/util/apps.py
aleksis/core/util/notifications.py
+0
-1
0 additions, 1 deletion
aleksis/core/util/notifications.py
with
0 additions
and
9 deletions
aleksis/core/apps.py
+
0
−
4
View file @
ba24b9b0
...
@@ -2,7 +2,6 @@ from typing import Any, List, Optional, Tuple
...
@@ -2,7 +2,6 @@ from typing import Any, List, Optional, Tuple
import
django.apps
import
django.apps
from
django.http
import
HttpRequest
from
django.http
import
HttpRequest
from
django.shortcuts
import
get_user_model
from
dynamic_preferences.registries
import
preference_models
from
dynamic_preferences.registries
import
preference_models
...
@@ -16,9 +15,6 @@ from .util.core_helpers import has_person
...
@@ -16,9 +15,6 @@ from .util.core_helpers import has_person
from
.util.sass_helpers
import
clean_scss
from
.util.sass_helpers
import
clean_scss
User
=
get_user_model
()
class
CoreConfig
(
AppConfig
):
class
CoreConfig
(
AppConfig
):
name
=
"
aleksis.core
"
name
=
"
aleksis.core
"
verbose_name
=
"
AlekSIS — The Free School Information System
"
verbose_name
=
"
AlekSIS — The Free School Information System
"
...
...
This diff is collapsed.
Click to expand it.
aleksis/core/util/apps.py
+
0
−
4
View file @
ba24b9b0
...
@@ -2,7 +2,6 @@ from importlib import import_module
...
@@ -2,7 +2,6 @@ from importlib import import_module
from
typing
import
Any
,
List
,
Optional
,
Sequence
,
Tuple
from
typing
import
Any
,
List
,
Optional
,
Sequence
,
Tuple
import
django.apps
import
django.apps
from
django.contrib.auth
import
get_user_model
from
django.contrib.auth.signals
import
user_logged_in
,
user_logged_out
from
django.contrib.auth.signals
import
user_logged_in
,
user_logged_out
from
django.db.models.signals
import
post_migrate
,
pre_migrate
from
django.db.models.signals
import
post_migrate
,
pre_migrate
from
django.http
import
HttpRequest
from
django.http
import
HttpRequest
...
@@ -14,9 +13,6 @@ from spdx_license_list import LICENSES
...
@@ -14,9 +13,6 @@ from spdx_license_list import LICENSES
from
.core_helpers
import
copyright_years
from
.core_helpers
import
copyright_years
User
=
get_user_model
()
class
AppConfig
(
django
.
apps
.
AppConfig
):
class
AppConfig
(
django
.
apps
.
AppConfig
):
"""
An extended version of DJango
'
s AppConfig container.
"""
"""
An extended version of DJango
'
s AppConfig container.
"""
def
ready
(
self
):
def
ready
(
self
):
...
...
This diff is collapsed.
Click to expand it.
aleksis/core/util/notifications.py
+
0
−
1
View file @
ba24b9b0
...
@@ -10,7 +10,6 @@ from django.utils.translation import gettext_lazy as _
...
@@ -10,7 +10,6 @@ from django.utils.translation import gettext_lazy as _
from
templated_email
import
send_templated_mail
from
templated_email
import
send_templated_mail
from
.models
import
Notification
from
.core_helpers
import
lazy_preference
from
.core_helpers
import
lazy_preference
try
:
try
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment