Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit cb05b7f

Browse files
Api changes and some current statis
1 parent 1290baa commit cb05b7f

File tree

7 files changed

+145
-136
lines changed

7 files changed

+145
-136
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
862 Bytes
Binary file not shown.

Profile/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ def generate_unique_code():
1919
return code
2020

2121

22+
23+
2224
def generate_username(email):
2325
# Get the username from the email by removing the domain name
2426
username = email.split('@')[0]

Profile/urls.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
path('helpcenter', views.HelpCenterAPIView.as_view(), name='helpcenter-list'),
7979

8080
#Version Control api
81-
path("version", views.VersionCheck.as_view(), name="versionCheck")
81+
path("version", views.VersionCheck.as_view(), name="versionCheck"),
82+
83+
#Refferal Checker api
84+
8285

8386
]

Profile/views.py

Lines changed: 139 additions & 135 deletions
Large diffs are not rendered by default.

referred_users_chart.png

20 KB
Loading

0 commit comments

Comments
 (0)