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:
commit
76cceaaec2
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/Serwer_django/.idea/*
|
0
Serwer_django/OpenRefineAuth/__init__.py
Normal file
0
Serwer_django/OpenRefineAuth/__init__.py
Normal file
3
Serwer_django/OpenRefineAuth/admin.py
Normal file
3
Serwer_django/OpenRefineAuth/admin.py
Normal file
@ -0,0 +1,3 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
6
Serwer_django/OpenRefineAuth/apps.py
Normal file
6
Serwer_django/OpenRefineAuth/apps.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class OpenrefineauthConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'OpenRefineAuth'
|
0
Serwer_django/OpenRefineAuth/migrations/__init__.py
Normal file
0
Serwer_django/OpenRefineAuth/migrations/__init__.py
Normal file
3
Serwer_django/OpenRefineAuth/models.py
Normal file
3
Serwer_django/OpenRefineAuth/models.py
Normal file
@ -0,0 +1,3 @@
|
||||
from django.db import models
|
||||
|
||||
# Create your models here.
|
3
Serwer_django/OpenRefineAuth/tests.py
Normal file
3
Serwer_django/OpenRefineAuth/tests.py
Normal file
@ -0,0 +1,3 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
3
Serwer_django/OpenRefineAuth/views.py
Normal file
3
Serwer_django/OpenRefineAuth/views.py
Normal file
@ -0,0 +1,3 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
BIN
Serwer_django/static/images/logo.jpg
Normal file
BIN
Serwer_django/static/images/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Loading…
Reference in New Issue
Block a user