Skip to content

Commit 2a9229d

Browse files
committed
Todo o meu projeto
1 parent 6688296 commit 2a9229d

File tree

5,853 files changed

+610466
-2
lines changed

Some content is hidden

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

5,853 files changed

+610466
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Projeto-Django
2-
Apenas para estudo e aprendizado
1+
# djangoecommerce
2+
Projeto de didático utilizado para meu curso de Django

core/__init__.py

Whitespace-only changes.
179 Bytes
Binary file not shown.
220 Bytes
Binary file not shown.
217 Bytes
Binary file not shown.
769 Bytes
Binary file not shown.

core/admin.py

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.

core/apps.py

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 CoreConfig(AppConfig):
5+
name = 'core'

core/migrations/__init__.py

Whitespace-only changes.
190 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)