RANDOMSEC-19 #2

Merged
s470625 merged 12 commits from RANDOMSEC-19 into master 2022-01-25 16:47:25 +01:00
9 changed files with 19 additions and 0 deletions
Showing only changes of commit 76cceaaec2 - Show all commits

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.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB