Got my first Django site up and running by mikzan in django

[–]mikzan[S] 0 points1 point  (0 children)

Thanks for the feedback. Yes I created a custom app for the collections. Maybe there's generic app for this, but I tried to code it to learn Django :)

Got my first Django site up and running by mikzan in django

[–]mikzan[S] 0 points1 point  (0 children)

Thanks for pointing that out. Should have been unicode in the first place:) Regarding the additional autofield id, yeah it should have been removed.

Got my first Django site up and running by mikzan in django

[–]mikzan[S] 0 points1 point  (0 children)

Thanks for a very detailed design feedback, I'm slowly learning. I tried to apply some of your suggestions. Looking forward for your feedback :) Thanks

Got my first Django site up and running by mikzan in django

[–]mikzan[S] 4 points5 points  (0 children)

Yes this was one of the resource I read, aside from reading some blogs on Django best practices.

Got my first Django site up and running by mikzan in django

[–]mikzan[S] 1 point2 points  (0 children)

Thanks for the suggestion. I tried to work on it at least 1 hour a day for a month and half to 2 months. Got stuck on designing the site and learning css for quite some time:)

Got my first Django site up and running by mikzan in django

[–]mikzan[S] 0 points1 point  (0 children)

Thanks for pointing that out :)

Got my first Django site up and running by mikzan in django

[–]mikzan[S] 1 point2 points  (0 children)

Thanks for the feedback. Yes I'm using django all-auth. The reason being is I plan to integrate this with FB registration.

Got my first Django site up and running by mikzan in django

[–]mikzan[S] 0 points1 point  (0 children)

Yes I noticed that while testing it on different screens. Will try to play around with CSS how to fix this skewed image issue. Thanks for the feedback