Skip to content

Commit 5f91634

Browse files
Wiki Project
1 parent 04b5ea9 commit 5f91634

54 files changed

Lines changed: 590 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

newversion-2020/wiki-project1/db.sqlite3

Whitespace-only changes.

newversion-2020/wiki-project1/encyclopedia/__init__.py

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from django.contrib import admin
2+
3+
# Register your models here.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from django.apps import AppConfig
2+
3+
4+
class EncyclopediaConfig(AppConfig):
5+
name = 'encyclopedia'

0 commit comments

Comments
 (0)