AndrewNickComplex / fastfastjob.me

A Gig job web application built with django and bootstrap
https://fastfastjob.me
GNU General Public License v3.0
0 stars 0 forks source link

Database Models @ Django #3

Closed andrewsiah closed 3 years ago

andrewsiah commented 3 years ago

@neXgithub Saw your comments on database, thought better to correspond here than on the code itself as cleaner.

On a. Checking that bosses won't be able to wishlist their own jobs. I was taught to do it in views.py later by just writing if job.boss is not user: add it to wishlist

andrewsiah commented 3 years ago

b. Saving location as longitude latitude. Great idea, love it's succintness as well. :)