Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TIC-Desk
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
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Teckids
TIC-Desk
Commits
59f8dec3
Verified
Commit
59f8dec3
authored
7 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing import, closes
#13
.
parent
56e739bd
No related branches found
Branches containing commit
Tags
0.9.3
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.py
+1
-1
1 addition, 1 deletion
setup.py
ticdesk_org/views.py
+1
-0
1 addition, 0 deletions
ticdesk_org/views.py
with
2 additions
and
1 deletion
setup.py
+
1
−
1
View file @
59f8dec3
...
...
@@ -5,7 +5,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup
(
name
=
'
ticdesk
'
,
version
=
'
0.9.
2
'
,
version
=
'
0.9.
3
'
,
packages
=
find_packages
(),
include_package_data
=
True
,
author
=
'
Teckids e.V.
'
,
...
...
This diff is collapsed.
Click to expand it.
ticdesk_org/views.py
+
1
−
0
View file @
59f8dec3
...
...
@@ -2,6 +2,7 @@ from django.apps import apps
from
django.conf
import
settings
from
django.http
import
JsonResponse
,
HttpResponse
from
django.shortcuts
import
redirect
,
render
from
django.template.loader
import
get_template
from
django.urls
import
reverse
from
django_tables2
import
RequestConfig
...
...
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