Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project model #10

Merged
merged 5 commits into from
Jan 20, 2020
Merged

Project model #10

merged 5 commits into from
Jan 20, 2020

Conversation

nurmerey
Copy link
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
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
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
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
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
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