Skip to content

Commit f2625e6

Browse files
Newversion
1 parent 1a3d432 commit f2625e6

59 files changed

Lines changed: 384 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.
128 KB
Binary file not shown.

newversion-2020/lecture3/hello/__init__.py

Whitespace-only changes.
152 Bytes
Binary file not shown.
193 Bytes
Binary file not shown.
190 Bytes
Binary file not shown.
363 Bytes
Binary file not shown.
789 Bytes
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 HelloConfig(AppConfig):
5+
name = 'hello'

newversion-2020/lecture3/hello/migrations/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)