Skip to content

Commit

Permalink
Authentication - part02 - groups and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Storefront committed Apr 4, 2023
1 parent c5a59a0 commit 0303392
Show file tree
Hide file tree
Showing 52 changed files with 18 additions and 0 deletions.
Binary file modified core/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified core/__pycache__/admin.cpython-311.pyc
Binary file not shown.
Binary file modified core/__pycache__/apps.cpython-311.pyc
Binary file not shown.
Binary file modified core/__pycache__/models.cpython-311.pyc
Binary file not shown.
Binary file modified core/migrations/__pycache__/0001_initial.cpython-311.pyc
Binary file not shown.
Binary file modified core/migrations/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified likes/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified likes/__pycache__/admin.cpython-311.pyc
Binary file not shown.
Binary file modified likes/__pycache__/apps.cpython-311.pyc
Binary file not shown.
Binary file modified likes/__pycache__/models.cpython-311.pyc
Binary file not shown.
Binary file modified likes/migrations/__pycache__/0001_initial.cpython-311.pyc
Binary file not shown.
Binary file modified likes/migrations/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified playground/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified playground/__pycache__/admin.cpython-311.pyc
Binary file not shown.
Binary file modified playground/__pycache__/apps.cpython-311.pyc
Binary file not shown.
Binary file modified playground/__pycache__/models.cpython-311.pyc
Binary file not shown.
Binary file modified playground/__pycache__/urls.cpython-311.pyc
Binary file not shown.
Binary file modified playground/__pycache__/views.cpython-311.pyc
Binary file not shown.
Binary file modified playground/migrations/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
8 changes: 8 additions & 0 deletions requirments.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
django
django-filter
django-debug-toolbar
djangorestframework
markdown
mysqlclient
django-rest-framework-nested
drf-nested-routers
Binary file modified store/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified store/__pycache__/admin.cpython-311.pyc
Binary file not shown.
Binary file modified store/__pycache__/apps.cpython-311.pyc
Binary file not shown.
Binary file modified store/__pycache__/filters.cpython-311.pyc
Binary file not shown.
Binary file modified store/__pycache__/models.cpython-311.pyc
Binary file not shown.
Binary file modified store/__pycache__/pagination.cpython-311.pyc
Binary file not shown.
Binary file modified store/__pycache__/serializers.cpython-311.pyc
Binary file not shown.
Binary file modified store/__pycache__/urls.cpython-311.pyc
Binary file not shown.
Binary file modified store/__pycache__/views.cpython-311.pyc
Binary file not shown.
Binary file modified store/migrations/__pycache__/0001_initial.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file modified store/migrations/__pycache__/0003_product_slug.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified store/migrations/__pycache__/0007_alter_cart_id.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified store/migrations/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified storefront/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified storefront/__pycache__/settings.cpython-311.pyc
Binary file not shown.
Binary file modified storefront/__pycache__/urls.cpython-311.pyc
Binary file not shown.
Binary file modified storefront/__pycache__/wsgi.cpython-311.pyc
Binary file not shown.
10 changes: 10 additions & 0 deletions storefront/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@
}
}

# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.mysql',
# 'NAME': 'storefront',
# 'HOST': '192.168.1.3',
# 'USER': 'ajmal',
# 'PASSWORD': '123123'
# }
# }


# Password validation
# https://docs.djangoproject.com/en/4.1/ref/settings/#auth-password-validators
Expand Down
Binary file modified tags/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified tags/__pycache__/admin.cpython-311.pyc
Binary file not shown.
Binary file modified tags/__pycache__/apps.cpython-311.pyc
Binary file not shown.
Binary file modified tags/__pycache__/models.cpython-311.pyc
Binary file not shown.
Binary file modified tags/migrations/__pycache__/0001_initial.cpython-311.pyc
Binary file not shown.
Binary file modified tags/migrations/__pycache__/__init__.cpython-311.pyc
Binary file not shown.

0 comments on commit 0303392

Please sign in to comment.