Re: Interesting Django project folder structure.

2014-04-21 Thread Mrinmoy Das
Hi, The suggested folder structure is the standard stuff that is generally used. I personally and all the teams I have worked with uses this particular structure. sent form mobile, apologies for the brevity On Apr 21, 2014 7:30 PM, "Tianyi Wang" wrote: Today I was reading through http://www.dep

[OT] How to get rid of caching completely

2014-03-23 Thread Mrinmoy Das
there are still some caching are happening. Any way to get rid of that completely. :) Mrinmoy Das http://goromlagche.in/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it,

Re: Duplicate Column name Django south migration Error

2014-01-13 Thread Mrinmoy Das
You have a duplicate field, remove it. Whats the exact problem? Mrinmoy Das http://goromlagche.in/ On Mon, Jan 13, 2014 at 2:47 PM, Vishnu Cherumadathil < vishnu.say...@gmail.com> wrote: > The error was: (1060, "Duplicate column name 'address_ar'") > ! Error fo

Re: ImportError: No module named django.core

2014-01-13 Thread Mrinmoy Das
activate your virtualenv. Mrinmoy Das http://goromlagche.in/ On Mon, Jan 13, 2014 at 5:47 PM, wrote: > I get this error while creating New Project. > > radhika$ django-admin.py startproject housing > > Traceback (most recent call last): > > File "/usr/local/bin/dj

Re: building multiple dynamic websites on the fly

2014-01-07 Thread Mrinmoy Das
Hi, Is there a pure django solution towards this problem? Mrinmoy Das http://goromlagche.in/ On Tue, Jan 7, 2014 at 6:49 PM, Rafael E. Ferrero wrote: > > 2014/1/7 Mrinmoy Das > >> Yeah I am working with django. Thing is I want the users to have their >> own domain name

Re: building multiple dynamic websites on the fly

2014-01-07 Thread Mrinmoy Das
Yeah I am working with django. Thing is I want the users to have their own domain names. Which I will store on my database and there site will be running on that domain name. But all these will be under a single django project. So how do I solve the urls and domain names? Mrinmoy Das http

building multiple dynamic websites on the fly

2014-01-07 Thread Mrinmoy Das
Hi, I am thinking of building an application which will enable users to build their own websites on the fly. On my app you will need to sign-up and then from their you can make your own websites from your profile (with your own domain name). Can anyone guide me on the right way? Mrinmoy Das

How to set form count to 1 in jquery formset?

2014-01-04 Thread Mrinmoy Das
? Mrinmoy Das http://goromlagche.in/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, sen

Re: Inserting image alongwith text in django's TextField

2013-12-23 Thread Mrinmoy Das
Hi Vijay, Use something which allows you to do that. There are a bunch of tools available https://www.djangopackages.com/grids/g/wysiwyg/ Mrinmoy Das http://goromlagche.in/ On Mon, Dec 23, 2013 at 3:11 PM, vijay shanker wrote: > Hi > I am trying to insert images in between o

Django Custom Widget throwing error

2013-12-21 Thread Mrinmoy Das
'last_modified_on', 'last_modified_by', 'last_modified_from', 'job', 'accepted', 'spam', ) fields = ('one_liner', 'quote_price', 'message', 'vehicles_available','bid_endin

Re: HTML format-able inputbox

2013-12-20 Thread Mrinmoy Das
Yeah you want it? Its on my github <https://github.com/goromlagche/my-site>, there are actually a lot of junk in the code base, you know some half done broken stuff. Let me know which specific part you want. Mrinmoy Das http://goromlagche.in/ On Fri, Dec 20, 2013 at 4:55 PM, Mario Hari

Re: HTML format-able inputbox

2013-12-19 Thread Mrinmoy Das
Thanks man :) Mrinmoy Das http://goromlagche.in/ On Fri, Dec 20, 2013 at 4:01 AM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > Hi Mrinmoy, > > There isn't anything baked into Django itself, but there are plenty of > third-party packages that have this featur

HTML format-able inputbox

2013-12-18 Thread Mrinmoy Das
Is there a django forms widget or something which html format-able input box, like gmail? Something in where we can add a list or an image inside a textbox. Mrinmoy Das http://goromlagche.in/ -- You received this message because you are subscribed to the Google Groups "Django users"

Re: [non-techinacal question][like a job offer for junior] a bit of development for fun and some money

2013-12-11 Thread Mrinmoy Das
Hi Rush, I have about 5-6 months of experience on working with django. This my profile http://goromlagche.in/resume#experience You can contact me on this mail mrinmoy.da...@gmail.com On Wednesday, December 11, 2013 11:45:21 PM UTC+5:30, rush wrote: > > Hi, > > First of all sorry for using

Re: ManyToMany field creation problem

2013-12-09 Thread Mrinmoy Das
Hi, Sorry Daniel for bothering, my understanding of many to many field was pretty shaky :) On Monday, December 9, 2013 5:02:13 PM UTC+5:30, Tom Evans wrote: > > On Fri, Dec 6, 2013 at 9:42 AM, Mrinmoy Das > > > wrote: > > I cant get the field >

Looking for a job as a junior django developer or internship (remote)

2013-12-09 Thread Mrinmoy Das
Hi, Looking for a job or internship opportunities as a junior django developer (remote). I have about 5months of experience on working with django ( http://goromlagche.in/resume#experience). My mail id is mrinmoy.da...@gmail.com. Regards Mrinmoy Das http://goromlagche.in/ -- You received

Re: ManyToMany field creation problem

2013-12-06 Thread Mrinmoy Das
Hi Daniel, I can always add a field manually, question is why does not south does it. :) Mrinmoy Das http://goromlagche.in/ On Sat, Dec 7, 2013 at 12:09 AM, Daniel Roseman wrote: > As I've already said, you don't need any help. If the through table is > created, *that

Re: ManyToMany field creation problem

2013-12-06 Thread Mrinmoy Das
Any help guys?? Mrinmoy Das http://goromlagche.in/ On Fri, Dec 6, 2013 at 8:21 PM, Chi Tak Lam wrote: > I think you should do a > > python manage.py migrate property > > after > > python manage.py schemamigration property --auto? > > > On Friday, December 6, 2013

Re: ManyToMany field creation problem

2013-12-06 Thread Mrinmoy Das
I cant get the field unit_price = models.ManyToManyField(UnitType,through=UnitPrice, blank=True, null=True) in Property table. After adding the field, I tried doing a schemamigration, but output says "No change has been done" Mrinmoy Das http://goromlagche.in/ On Fri, Dec 6, 20

ManyToMany field creation problem

2013-12-05 Thread Mrinmoy Das
e (project_id) "common_unitprice_unit_type_id" btree (unit_type_id) Foreign-key constraints: "project_id_refs_id_7c43d44c" FOREIGN KEY (project_id) REFERENCES property_property(id) DEFERRABLE INITIALLY DEFERRED "unit_type_id_refs_id_1a1f3765" FOREIGN KEY (unit_

Re: Admin custom template

2013-11-19 Thread Mrinmoy Das
yup. tried. didnt worked. I am using django 1.6 On Nov 19, 2013 9:17 PM, "Rafael E. Ferrero" wrote: > are you try reading this? > https://docs.djangoproject.com/en/1.5/ref/contrib/admin/#overriding-admin-templates > > > 2013/11/19 Mrinmoy Das > >> any help

Re: Admin custom template

2013-11-19 Thread Mrinmoy Das
any help guys? On Nov 19, 2013 6:54 PM, "Mrinmoy Das" wrote: > Hi, > > I have made a functionality where a user can input address through google > map on a site. Now the thing is, how can I enable the same stuff on django > admin panel? I am using > django-grappe