Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
JoinTheCity
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rafal
JoinTheCity
Commits
6c58a345
Commit
6c58a345
authored
Dec 30, 2015
by
Rafal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init basic models
parent
79d1f060
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
16 deletions
+0
-16
__init__.py
JoinTheCityREST/RESTAPI/__init__.py
+0
-0
admin.py
JoinTheCityREST/RESTAPI/admin.py
+0
-3
__init__.py
JoinTheCityREST/RESTAPI/migrations/__init__.py
+0
-0
models.py
JoinTheCityREST/RESTAPI/models.py
+0
-7
tests.py
JoinTheCityREST/RESTAPI/tests.py
+0
-3
views.py
JoinTheCityREST/RESTAPI/views.py
+0
-3
No files found.
JoinTheCityREST/RESTAPI/__init__.py
deleted
100644 → 0
View file @
79d1f060
JoinTheCityREST/RESTAPI/admin.py
deleted
100644 → 0
View file @
79d1f060
from
django.contrib
import
admin
# Register your models here.
JoinTheCityREST/RESTAPI/migrations/__init__.py
deleted
100644 → 0
View file @
79d1f060
JoinTheCityREST/RESTAPI/models.py
deleted
100644 → 0
View file @
79d1f060
from
django.contrib.auth.models
import
AbstractUser
from
django.db
import
models
# Create your models here.
class
UserProfile
(
AbstractUser
):
pass
\ No newline at end of file
JoinTheCityREST/RESTAPI/tests.py
deleted
100644 → 0
View file @
79d1f060
from
django.test
import
TestCase
# Create your tests here.
JoinTheCityREST/RESTAPI/views.py
deleted
100644 → 0
View file @
79d1f060
from
django.shortcuts
import
render
# Create your views here.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment