use google convention for docstrings

This commit is contained in:
thomas girod
2024-07-12 09:34:16 +02:00
parent 07b625d4aa
commit 8c69a94488
72 changed files with 970 additions and 1694 deletions

View File

@ -22,8 +22,7 @@
#
#
"""
Django settings for sith project.
"""Django settings for sith project.
Generated by 'django-admin startproject' using Django 1.8.6.

View File

@ -13,22 +13,6 @@
#
#
"""sith URL Configuration
The `urlpatterns` list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/1.8/topics/http/urls/
Examples:
Function views
1. Add an import: from my_app import views
2. Add a URL to urlpatterns: url(r'^$', views.home, name='home')
Class-based views
1. Add an import: from other_app.views import Home
2. Add a URL to urlpatterns: url(r'^$', Home.as_view(), name='home')
Including another URLconf
1. Add an import: from blog import urls as blog_urls
2. Add a URL to urlpatterns: url(r'^blog/', include(blog_urls))
"""
from ajax_select import urls as ajax_select_urls
from django.conf import settings
from django.conf.urls.static import static

View File

@ -13,8 +13,7 @@
#
#
"""
WSGI config for sith project.
"""WSGI config for sith project.
It exposes the WSGI callable as a module-level variable named ``application``.