Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thalia
concrexit
Commits
57f6112b
Verified
Commit
57f6112b
authored
Oct 09, 2019
by
Sébastiaan Versteeg
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing __init__.py files
parent
4341a6ff
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
45 additions
and
1 deletion
+45
-1
docs/modules.rst
docs/modules.rst
+1
-0
docs/singlepages.rst
docs/singlepages.rst
+43
-0
website/singlepages/__init__.py
website/singlepages/__init__.py
+0
-0
website/singlepages/sitemaps.py
website/singlepages/sitemaps.py
+1
-1
website/singlepages/tests/__init__.py
website/singlepages/tests/__init__.py
+0
-0
No files found.
docs/modules.rst
View file @
57f6112b
...
...
@@ -19,6 +19,7 @@ website
pizzas
pushnotifications
registrations
singlepages
thabloid
thaliawebsite
utils
docs/singlepages.rst
0 → 100644
View file @
57f6112b
singlepages package
===================
.. automodule:: singlepages
:members:
:undoc-members:
:show-inheritance:
Submodules
----------
singlepages.apps module
-----------------------
.. automodule:: singlepages.apps
:members:
:undoc-members:
:show-inheritance:
singlepages.sitemaps module
---------------------------
.. automodule:: singlepages.sitemaps
:members:
:undoc-members:
:show-inheritance:
singlepages.urls module
-----------------------
.. automodule:: singlepages.urls
:members:
:undoc-members:
:show-inheritance:
singlepages.views module
------------------------
.. automodule:: singlepages.views
:members:
:undoc-members:
:show-inheritance:
website/singlepages/__init__.py
0 → 100644
View file @
57f6112b
website/singlepages/sitemaps.py
View file @
57f6112b
...
...
@@ -32,7 +32,7 @@ class StaticViewSitemap(sitemaps.Sitemap):
>>> sitemap = StaticViewSitemap()
>>> sitemap.location('singlepages:become-active')
'/members/become-active'
'/members/become-active
/
'
:param obj: the item to reverse.
:type obj: str
...
...
website/singlepages/tests/__init__.py
0 → 100644
View file @
57f6112b
Luko van der Maas
@lukomaas
mentioned in commit
46ccd82f
·
Oct 09, 2019
mentioned in commit
46ccd82f
mentioned in commit 46ccd82f5759ee036288369fa096222befc9ebc0
Toggle commit list
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