Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
BeHub-web
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dominik Rosiek
BeHub-web
Commits
b7710aed
Commit
b7710aed
authored
Nov 22, 2015
by
Dominik Rosiek
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.telemabk.pl:dominik/BeHub-web
parents
b348e704
31d66ce9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
settings.py
BeHub/BeHub/settings.py
+1
-1
sneacons.png
BeHub/Hub/static/img/sneacons.png
+0
-0
base.html
BeHub/Hub/templates/page/default/base.html
+0
-1
No files found.
BeHub/BeHub/settings.py
View file @
b7710aed
...
@@ -60,7 +60,7 @@ REST_FRAMEWORK = {
...
@@ -60,7 +60,7 @@ REST_FRAMEWORK = {
# 'rest_framework.authentication.SessionAuthentication',
# 'rest_framework.authentication.SessionAuthentication',
),
),
'DEFAULT_PAGINATION_CLASS'
:
'rest_framework.pagination.LimitOffsetPagination'
,
'DEFAULT_PAGINATION_CLASS'
:
'rest_framework.pagination.LimitOffsetPagination'
,
'PAGE_SIZE'
:
10
'PAGE_SIZE'
:
10
0
}
}
ANONYMOUS_USER_ID
=
-
1
ANONYMOUS_USER_ID
=
-
1
...
...
BeHub/Hub/static/img/sneacons.png
0 → 100644
View file @
b7710aed
46.7 KB
BeHub/Hub/templates/page/default/base.html
View file @
b7710aed
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
{% block content %}
{% block content %}
{% endblock %}
{% endblock %}
</div>
</div>
{% include 'page/default/footer.html' %}
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment