Re: Anyone interested in reviewing code for a hobby project - BookMarker

2014-06-11 Thread trojactory
Hi Aseem, > Is there some other layout? Yes. The current version of Django uses the layout mentioned in the tutorial itself: https://docs.djangoproject.com/en/1.6/intro/tutorial01/ > The second part about relative imports. I have never understood how relative imports work. I mean the syntax.

Re: Anyone interested in reviewing code for a hobby project - BookMarker

2014-06-10 Thread Aseem Bansal
I did not understand what you said regarding having a standard layout. I mean I am already using the layout that was explained in the Django tutorials. Keeping all my HTML in the template directory and all static files in the static directory with namespacing with the app name which is

Re: Anyone interested in reviewing code for a hobby project - BookMarker

2014-06-10 Thread Aseem Bansal
Rendering the Javascript through Django template engine. Noted. I am trying to keep it simple but I am not an expert. Asked for a review. Chip in if you are interested. http://codereview.stackexchange.com/questions/53896/personal-project-for-managing-my-bookmarks On Monday, June 9, 2014

Re: Anyone interested in reviewing code for a hobby project - BookMarker

2014-06-10 Thread trojactory
Aseem, I had a quick look at your Django app and here are some of my observations: 1. Most Django apps have a standard layout with the app in a directory named after itself. See django-taggit for instance. 2. You have made some

Re: Anyone interested in reviewing code for a hobby project - BookMarker

2014-06-09 Thread shmengie
On Saturday, June 7, 2014 6:07:52 AM UTC-4, Aseem Bansal wrote: > > My main concern currently is that this project is turning out to have a > lot more jQuery than Python/HTML. Am I designing this incorrectly? I > understand that as my requirements are mostly asynchronous so there is a >

Anyone interested in reviewing code for a hobby project - BookMarker

2014-06-07 Thread Aseem Bansal
I last asked for a review around two weeks back for my project. Is anyone interested to give a second review for this project? https://github.com/anshbansal/Bookmarker The last thread was here https://groups.google.com/forum/#!topic/django-users/ob4fXz3GF9w in case someone wants to see that