Skip to content

Commit

Permalink
Adding new version
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmk11 committed Aug 27, 2020
1 parent 1f0092f commit 1e00059
Show file tree
Hide file tree
Showing 54 changed files with 90 additions and 1,316 deletions.
13 changes: 10 additions & 3 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ bin/
include/
pip-selfcheck.json

db.sqlite3
course_import.py
.idea/
dist/
.vscode/
db.json
htmlcov/
media/
celerybeat-schedule.db
db.sqlite3
staticfiles/
.env
.coverage
celerybeat.pid
celerybeat-schedule

# Byte-compiled / optimized / DLL files
__pycache__/
Expand All @@ -23,7 +31,6 @@ __pycache__/
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
Expand Down
97 changes: 0 additions & 97 deletions README.md

This file was deleted.

1 change: 0 additions & 1 deletion accounts/__init__.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = 'accounts.apps.AccountsConfig'
7 changes: 1 addition & 6 deletions accounts/admin.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
from django.contrib import admin

from .models import User, AccountDetails, UserAddress


admin.site.register(User)
admin.site.register(AccountDetails)
admin.site.register(UserAddress)
# Register your models here.
3 changes: 0 additions & 3 deletions accounts/apps.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@

class AccountsConfig(AppConfig):
name = 'accounts'

def ready(self):
import accounts.signals
21 changes: 0 additions & 21 deletions accounts/backends.py

This file was deleted.

63 changes: 0 additions & 63 deletions accounts/forms.py

This file was deleted.

30 changes: 0 additions & 30 deletions accounts/managers.py

This file was deleted.

72 changes: 0 additions & 72 deletions accounts/migrations/0001_initial.py

This file was deleted.

Empty file modified accounts/migrations/__init__.py
100755 → 100644
Empty file.
Loading

0 comments on commit 1e00059

Please sign in to comment.