Merge remote-tracking branch 'origin/master' into RANDOMSEC-19

# Conflicts:
#	Serwer_django/config/settings.py
#	Serwer_django/config/urls.py
#	Serwer_django/db.sqlite3
#	Serwer_django/templates/base.html
#	Serwer_django/templates/home.html
#	Serwer_django/templates/registration/login.html
This commit is contained in:
Michał Najborowski 2022-01-23 22:35:07 +01:00
commit 76cceaaec2
9 changed files with 19 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/Serwer_django/.idea/*

View File

View File

@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

View File

@ -0,0 +1,6 @@
from django.apps import AppConfig
class OpenrefineauthConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'OpenRefineAuth'

View File

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.

View File

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

View File

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB