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
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,
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
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
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
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
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
?
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
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
'last_modified_on', 'last_modified_by',
'last_modified_from',
'job', 'accepted', 'spam', )
fields = ('one_liner', 'quote_price', 'message',
'vehicles_available','bid_endin
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
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
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"
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
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
>
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
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
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
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
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_
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
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
22 matches
Mail list logo