Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kszkepzes-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
DevTeam
kszkepzes
old
kszkepzes-backend
Commits
0f7e064b
Commit
0f7e064b
authored
7 years ago
by
Chif Gergo
Browse files
Options
Downloads
Patches
Plain Diff
Hibak kijavitva
parent
9f3517d9
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
bash.exe.stackdump
+0
-19
0 additions, 19 deletions
bash.exe.stackdump
environment.sh.example
+3
-0
3 additions, 0 deletions
environment.sh.example
src/kszkepzes/settings.py
+0
-2
0 additions, 2 deletions
src/kszkepzes/settings.py
src/stats/urls.py
+1
-1
1 addition, 1 deletion
src/stats/urls.py
with
4 additions
and
22 deletions
bash.exe.stackdump
deleted
100644 → 0
+
0
−
19
View file @
9f3517d9
Stack trace:
Frame Function Args
000FFFF5B20 0018005D31C (000FFFFE3F4, 00000000000, 00000000000, 000FFFFDE50)
000FFFF5BC0 0018005E91B (00000000064, 00000000000, 00000000000, 00000000000)
000FFFF5E10 00180121DA0 (001801FCA40, 00000000068, 00000000000, 006FFFFFFB7)
000FFFF6070 00180122389 (000FFFF5FF0, 00000000001, 00000000001, 001802FE678)
000FFFF6070 001800AAAAC (000FFFF6320, 000FFFF656C, 000FFFF62A8, 00000000000)
000FFFF6270 0018011A58B (000FFFF6320, 000FFFF656C, 000FFFF62A8, 00000000000)
000FFFF6270 00100428FB2 (000000015F0, 00000000000, 001005F1F98, 00000000000)
00000000001 0010043257E (006001D3DF0, 006001D31B0, 001800BA34C, 00000000000)
006001D3810 00100437B8A (006001D31B0, 006001D33D7, 00000000076, 000FFFF6578)
006001D31B0 00100438BE4 (00000000001, 00600000000, 000FFFF66B8, 00000000000)
006001D33F0 00100439A7C (00000000000, 00000000000, 00000000000, 00000000000)
001005F6B74 0010043A3E6 (00000000083, 00000000009, 006001D2670, 006001D3360)
001005F6B74 0010043A53F (001800F2D30, 03000000000, 000801FC8D0, 006001D2670)
001005F6B74 001004337B1 (00100000000, 0010043A4E0, 006001BEC10, 006001BEC10)
006001D2670 00100433C41 (00000000000, 000FFFFFF01, 00000000000, 001004DB7B8)
006001D2850 0010043C2C7 (0000000001F, 0000000012C, 00000000000, 000FFFFFFFF)
End of stack trace (more stack frames may be present)
This diff is collapsed.
Click to expand it.
environment.sh.example
0 → 100644
+
3
−
0
View file @
0f7e064b
export SECRET_KEY=<CHANGE_TO_SECRET>
export AUTHSCH_KEY=<CHANGE_TO_CLIENT_ID>
export AUTHSCH_SECRET=<CHANGE_TO_AUTHSCH_SECRET>
This diff is collapsed.
Click to expand it.
src/kszkepzes/settings.py
+
0
−
2
View file @
0f7e064b
...
...
@@ -136,5 +136,3 @@ USE_TZ = True
# https://docs.djangoproject.com/en/1.11/howto/static-files/
STATIC_URL
=
'
/static/
'
APPEND_SLASH
=
False
This diff is collapsed.
Click to expand it.
src/stats/urls.py
+
1
−
1
View file @
0f7e064b
...
...
@@ -2,7 +2,7 @@ from rest_framework import routers
from
.
import
views
router
=
routers
.
DefaultRouter
(
trailing_slash
=
False
)
router
=
routers
.
DefaultRouter
()
router
.
register
(
r
'
events
'
,
views
.
KszkEventViewSet
)
# app_name = 'stats'
...
...
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