Skip to content

Commit

Permalink
correction: edit the models
Browse files Browse the repository at this point in the history
  • Loading branch information
Musoye committed May 22, 2023
1 parent 745025c commit 01bfb56
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Time-Master
## Time-Master

`The only way we can justify privilege is by doing hard things`
A Project Management tool developed as my Foundation project at alx
Empty file modified models/__init__.py
100644 → 100755
Empty file.
Empty file modified models/__pycache__/__init__.cpython-310.pyc
100644 → 100755
Empty file.
Empty file modified models/__pycache__/base_model.cpython-310.pyc
100644 → 100755
Empty file.
Binary file modified models/__pycache__/project.cpython-310.pyc
100644 → 100755
Binary file not shown.
Empty file modified models/__pycache__/task.cpython-310.pyc
100644 → 100755
Empty file.
Empty file modified models/__pycache__/user.cpython-310.pyc
100644 → 100755
Empty file.
Empty file modified models/base_model.py
100644 → 100755
Empty file.
Empty file modified models/engine/__init__.py
100644 → 100755
Empty file.
Empty file modified models/engine/__pycache__/__init__.cpython-310.pyc
100644 → 100755
Empty file.
Empty file modified models/engine/__pycache__/db_storage.cpython-310.pyc
100644 → 100755
Empty file.
Empty file modified models/engine/db_storage.py
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions models/project.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/Python4
"""task model"""
#!/usr/bin/Python3
"""Project model"""
from models.base_model import BaseModel, Base
from sqlalchemy import Column, String, Boolean,ForeignKey
from sqlalchemy.orm import relationship
Expand Down
Empty file modified models/task.py
100644 → 100755
Empty file.
Empty file modified models/user.py
100644 → 100755
Empty file.

0 comments on commit 01bfb56

Please sign in to comment.