Skip to content

Commit aab0302

Browse files
commerce
1 parent e6f5b6f commit aab0302

108 files changed

Lines changed: 1621 additions & 0 deletions

File tree

Some content is hidden

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

newversion-2020/commerce-project2/.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

newversion-2020/commerce-project2/.idea/workspace.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

newversion-2020/commerce-project2/auctions/__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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from django.contrib import admin
2+
from .models import Listings,Comments,Bid
3+
4+
admin.site.register(Listings)
5+
admin.site.register(Comments)
6+
admin.site.register(Bid)

0 commit comments

Comments
 (0)