Skip to content

Project model#10

Merged
nurmerey merged 5 commits intomasterfrom
project_model
Jan 20, 2020
Merged

Project model#10
nurmerey merged 5 commits intomasterfrom
project_model

Conversation

@nurmerey
Copy link
Copy Markdown
Contributor

Merge BLOCKED - needs #9 to be merged first.

@nurmerey nurmerey self-assigned this Dec 28, 2019
# Create your models here.


class Tag(models.Model):
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We said we'd use an external tag library, so I would not create this model here. (#6 Add tag library)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I remember that. This is intended to be a placeholder for the future Tag library. I am assuming it will be a Django Model as well?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw your other comment. Deleted the model.

looking_for = models.TextField()
created = models.DateTimeField(auto_now_add=True)
updated = models.DateTimeField(auto_now=True)
tech_stack = models.ManyToManyField(Tag)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'd add this later, once we have integrated a tag library. So I'd remove it for now, together with the tag model.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@nurmerey nurmerey removed the BLOCKED label Jan 13, 2020
@nurmerey nurmerey mentioned this pull request Jan 13, 2020
8 tasks
@nurmerey nurmerey merged commit 3ac7e17 into master Jan 20, 2020
@nurmerey nurmerey deleted the project_model branch January 20, 2020 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants