Re: Query on 2 non related models

2019-05-20 Thread Rafael E. Ferrero
l Cheers! Rafael E. Ferrero El lun., 20 may. 2019 a las 9:12, Ivan Martić () escribió: > Hi guys, hope you can help me. > I have 2 models and i want to make a count query on them. I need a count > on how many articles i have in every category. > > Models: > class Ven

Re: Customising django user model

2019-05-20 Thread Rafael E. Ferrero
Hello, you must to extend User model... search on google with this aproach!! Cheers! Rafael E. Ferrero El dom., 19 may. 2019 a las 14:13, Sipum () escribió: > Hello Friends, > > I want to customise django default user table and which should consist of > name,phone, emai

Re: installation help please

2018-05-31 Thread Rafael E. Ferrero
please use some kind of virtual environment... in linux its virtualenvs Rafael E. Ferrero 2018-05-31 8:06 GMT-03:00 kailash jangu : > guys i installed django version 2.0.5 in windows but when i use > django-admin command it shows me error what path i should i go with to get > star

Fwd: [django] Excluir un ítem de un dropdown en el admin de django

2017-06-19 Thread Rafael E. Ferrero
in my Django Admin. The trouble it's because Firefighter class is a child of Person class so the Firefighter item are in the two dropdowns and it shouldn't How can I exclude the selected Firefighter item from Person's dropdown ?? Best regards!! Rafael E. Ferrero -- You received this message

Re: Django and Nginx through uwsgi is not working

2017-03-16 Thread Rafael E. Ferrero
I've been using this <https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04> tutorial on a Salix Linux and everythings goes well Rafael E. Ferrero 2017-03-16 15:04 GMT-03:00 valerio orfano <ingorfa...@gmail.com>: >

Re: Uplaod execl file to populate django database

2017-03-13 Thread Rafael E. Ferrero
2017-03-13 3:51 GMT-03:00 JJEMBA KENNETH : > Hello guyz, > Can any one help with this. I want to upload an excel file with data and i > use this data to populate the database. > > -- > Jjemba kenneth > > -- > I used this https://github.com/pyexcel/django-excel -- You

Re: Admin site - prepopulating field based on foreign key

2016-11-04 Thread Rafael E. Ferrero
Or you can filter the select with this <https://docs.djangoproject.com/es/1.10/ref/contrib/admin/#django.contrib.admin.ModelAdmin.formfield_for_foreignkey> Rafael E. Ferrero 2016-11-04 12:36 GMT-03:00 Derek <gamesb...@gmail.com>: > You need a third-party app e.g. > > https

Re: Using Socket Programmaing with django(for a chat room web app)

2016-10-25 Thread Rafael E. Ferrero
Maybe you can use Tornado for the websockets Rafael E. Ferrero 2016-10-25 10:08 GMT-03:00 CHAITANYA BHATIA < chaitanya.bhatia.cs...@itbhu.ac.in>: > I want to create a chat room web application without using django Chains > (i.e. I need to use the socket module provided by Python by

Re: Hi. i'm new to django, i have lot of doubts about AD

2016-08-26 Thread Rafael E. Ferrero
you can use the AllAuth app for accomplish gmail login Cheers!! Rafael E. Ferrero 2016-08-26 2:27 GMT-03:00 rajeshkmr9583 <rajeshkmr9...@gmail.com>: > i'm trying to login with gmail account in django admin login page... i > don't know how to write script... send me any in-

Re: deploy django with nginx

2016-07-15 Thread Rafael E. Ferrero
I used this link without any trouble https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04 Rafael E. Ferrero 2016-07-15 7:47 GMT-03:00 1351552...@qq.com <1351552...@qq.com>: > hi everyone: > > I am tring to

Re: Any one tried of Django Postgres with Ngnix?

2016-07-14 Thread Rafael E. Ferrero
YES, I do !! Rafael E. Ferrero 2016-07-14 11:16 GMT-03:00 <khaleela.viso...@gmail.com>: > > Any one tried of Django Postgres with Ngnix? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: Installation Advice - Win/PostgreSQL/Django

2016-06-02 Thread Rafael E. Ferrero
Where did you unzipped Django? (use pip command to install Django, and please use venv, virtualenvwrapper o virtualenvironment) Take a look of this https://docs.djangoproject.com/en/1.8/howto/windows/ Rafael E. Ferrero 2016-06-02 15:30 GMT-03:00 <c...@ib-ent.com>: > Hi, folks, &

Re: DJANGO TUTORIAL

2016-03-22 Thread Rafael E. Ferrero
do you already have your site on setttings.py ? Rafael E. Ferrero 2016-03-21 20:24 GMT-03:00 Anthony W Smith <anthony...@gmail.com>: > When I follow django tutorial on the django site for the polls app I keep > getting the error after runnig the python manage.py runserver comma

Re: Django Newbie - Tutorial Recommendations?

2016-03-19 Thread Rafael E. Ferrero
The main Django project website has an amazing good tutorial and documentation for start. Rafael E. Ferrero 2016-03-18 6:54 GMT-03:00 Santosh Srinivas <santosh.srini...@gmail.com>: > Hi Folks, > > I'm new to both Python and Django. > I am looking for high quality video t

Re: Managing the Django Sqlite development db with respect to Git

2016-02-25 Thread Rafael E. Ferrero
I put my sqlite files into .gitignore. Rafael E. Ferrero 2016-02-25 12:55 GMT-03:00 cortez <relativef...@hotmail.co.uk>: > Hi, > > I'm using the out-of-the-box Sqlite database integration with my Django > project, and I'm wondering how to manage it with respect to Git.

Re: Home Page

2016-02-24 Thread Rafael E. Ferrero
.com/PyAr/pyarweb/blob/master/community/views.py#L16> in line 16 Hope you can find them useful to learn. Regards!! Rafael E. Ferrero 2016-02-24 16:57 GMT-03:00 Malik Rumi <malik.a.r...@gmail.com>: > > I'm not sure what you're looking for here. Designing a home page is not > a

Re: tutorial?

2016-02-24 Thread Rafael E. Ferrero
look for django-rest-framework Rafael E. Ferrero 2016-02-24 4:28 GMT-03:00 Mitesh Prajapati <mit...@diligencevault.com>: > I'm new to Django/Python world. > > I want references(book/tutorials) to learn "how to build REST APIs with > Django" using ORM? > >

Re: Scaling Django

2016-02-03 Thread Rafael E. Ferrero
-the-basics https://highperformancedjango.com/ http://talks.caktusgroup.com/djangocon/2013/scaling/#slide17 https://docs.djangoproject.com/en/1.8/faq/general/#does-django-scale Rafael E. Ferrero 2016-02-03 12:30 GMT-03:00 Joshua Pokotilow <jpokoti...@gmail.com>: > At the startup where I wo

Re: Provide me Links to learn django framework on Linux

2016-02-03 Thread Rafael E. Ferrero
For Python https://www.codecademy.com/learn/python https://www.hackerrank.com/domains/python/py-introduction For Django https://docs.djangoproject.com/en/1.9/ Rafael E. Ferrero 2016-02-03 8:30 GMT-03:00 Ajay Sharma <sh.aja...@gmail.com>: > Hi everyone on the Group. > > I

Re: Django opportunity at UCL in Belgium

2016-02-02 Thread Rafael E. Ferrero
Too bad that this isn't for an Remote Work :'( Rafael E. Ferrero 2016-02-02 18:15 GMT-03:00 Hildeberto Mendonça <m...@hildeberto.com>: > For those living in Belgium, > > we are hiring a Django developer to work full time on open source projects > on GitHub for at least on

Re: Using Django Smart Selects to populate a dropdown menu within a form

2016-01-29 Thread Rafael E. Ferrero
you must to use Ajax to populate the second dropdown Rafael E. Ferrero 2016-01-29 14:08 GMT-03:00 Andrea Pinna <andreapi...@gmail.com>: > Dear all, > > I'm very unexperienced with Django but at the same time I'm trying hard to > learn as much as possible. > > In

Re: Animate.css on django

2016-01-29 Thread Rafael E. Ferrero
See readme.md for help how you can use it https://github.com/daneden/animate.css (all this stuff must stay in your template file) Rafael E. Ferrero 2016-01-29 8:47 GMT-03:00 Xristos Xristoou <saxr...@gmail.com>: > yeah but how to connect with my post titles ? > > Τη Παρασκευή

Re: How to install Django on Windows article

2016-01-29 Thread Rafael E. Ferrero
Never occur to me in Win8.1 ... why not install VirtualBox with an Ubuntu or other flavor of linux ? (if you need your windows) It's more easy for django and... it's recommended. Cheers !! Rafael E. Ferrero 2016-01-29 3:17 GMT-03:00 Руслан Ломагин <angel_...@udm.ru>: > Hello, i

Re: Animate.css on django

2016-01-29 Thread Rafael E. Ferrero
It's only css... include this in your template! Rafael E. Ferrero 2016-01-29 7:53 GMT-03:00 Xristos Xristoou <saxr...@gmail.com>: > hello > > > has work somebody with this animate.css > <https://daneden.github.io/animate.css/> ?and somebody can to explanation >

Re: Reverse Foriegnkey filtering

2016-01-27 Thread Rafael E. Ferrero
why not filter model2 with select_related ?? (you already try to put a related_name in the foreignkey of model2?) cheers! Rafael E. Ferrero 2016-01-27 8:58 GMT-03:00 Jonty Needham <jontyneed...@gmail.com>: > I've found a need to do this and I'm struggling. Some info seems to &

Re: ImportError: no module named polls

2016-01-25 Thread Rafael E. Ferrero
if its a blank project you don't have a polls app yet,so... why you put your polls app there? Rafael E. Ferrero 2016-01-25 16:14 GMT-03:00 moon jo <moon...@gmail.com>: > Using django 1.6.10 > I finished the polls tutorial and tried to create my own project. > I tried to runserv

Re: Code organisation

2016-01-22 Thread Rafael E. Ferrero
Maybe you find useful make your project into a reusable app look at this https://docs.djangoproject.com/en/1.9/intro/reusable-apps/ Cheers !! Rafael E. Ferrero 2016-01-22 11:30 GMT-03:00 Benjamin Melki <webko...@gmail.com>: > Hello, > > i’m building my first site with this

Re: django project exe

2016-01-22 Thread Rafael E. Ferrero
Do you already read this ? http://stackoverflow.com/questions/1317899/django-projects-as-desktop-applications-how-to Rafael E. Ferrero 2016-01-22 10:06 GMT-03:00 Carlos Andre <eucan...@gmail.com>: > It is a good idea even, except I already did with nginx, did not create a > file

Re: django project exe

2016-01-22 Thread Rafael E. Ferrero
Carlos, and why not install nginx or something in localhost? maybe you can do a little app to start or stop the service to connect or disconnect your application. if is only one machine you can do, it's not recommended, start and stop the buildin django server with your little .exe Rafael E

Re: Django Admin

2016-01-18 Thread Rafael E. Ferrero
Thanks Andrea I'm gonna investigate this !!! Rafael E. Ferrero 2016-01-18 9:02 GMT-03:00 Andreas Kuhne <andreas.ku...@suitopia.com>: > Hi Rafael, > > I would use a plugin for django admin that creates an autocomplete field > (django-selectable works). Then when the user

Django Admin

2016-01-18 Thread Rafael E. Ferrero
xt to Long Description field. How I can put data of Products in the fields of Sales form without any relationship to Products, and how i can populate the fields based on the selected product?? Thanks in advance !! Rafael E. Ferrero -- You received this message because you are subscribed to

Re: Django - Upload Image to the server with dimension

2015-12-29 Thread Rafael E. Ferrero
Hello Lekan, First of anything try to start a new e-mail for new questions... because yours don't have any relations with the root question. And try to tell uss if you know Django, if you readed Django Docs. Tell us more about your idea. Happy 2016 for you !! -- Rafael E. Ferrero 2015-12-29 9

Re: Don't run python manage.py syncdb

2015-10-09 Thread Rafael E. Ferrero
i think that u need to set 'myApp' in INSTALLED_APPS something like: > 'django.contrib.admin', > 'django.contrib.auth', > 'django.contrib.contenttypes', > 'django.contrib.sessions', > 'django.contrib.messages', > 'django.contrib.staticfiles', > 'myApp' -- Rafael E. Ferr

Re: virtualenv best practice / source control

2015-10-01 Thread Rafael E. Ferrero
this is for Django 1.6 but you can use it anyway http://www.jeffknupp.com/blog/2013/12/18/starting-a-django-16-project-the-right-way/ -- Rafael E. Ferrero 2015-10-01 9:11 GMT-03:00 junk <j...@cypressriverservices.com>: > Greetings wise django users, > > Can someone

Re: Django was present in FSD in Costa Rica

2015-09-21 Thread Rafael E. Ferrero
BUENÍSIMO LUIS!!! EXCELENTE INICIATIVA!!! Muchos exitos para tí y para Django en Costa Rica Saludos, Rafael Ferrero (desde Argentina) -- Rafael E. Ferrero 2015-09-21 17:21 GMT-03:00 Luis Zárate <luisz...@gmail.com>: > Hello everyone. > > The past week was the Free software da

Re: Django authentication using phone number

2015-09-17 Thread Rafael E. Ferrero
https://docs.djangoproject.com/en/1.8/topics/auth/customizing/ -- Rafael E. Ferrero 2015-09-17 2:31 GMT-03:00 Ravi Chityala <chity...@gmail.com>: > I am looking for an django app to do authentication and authorization > using phone number. Apps like django-registration can use e

Re: Django for data management in a no-UI application?

2015-09-02 Thread Rafael E. Ferrero
I don't quite understand very well your use case, but, i think that you can go with REST, maybe?? [http://www.django-rest-framework.org/] -- Rafael E. Ferrero 2015-09-02 16:20 GMT-03:00 <jsa...@nvidia.com>: > I'm designing a program which was originally meant to be a server > applic

Re: How to add fields to an existing model dynamically? Also how to modify existing field of a model dynamically?

2015-07-30 Thread Rafael E. Ferrero
) Now, for your exclusive problem, maybe using south (just like the project you say) you can do the changes to your database dinamically. Regards! -- Rafael E. Ferrero 2015-07-30 5:01 GMT-03:00 SriPrad <brs.prad...@gmail.com>: > Hi, > I am new to Django and Python!. > I am using Dja

Re: Models and relationships

2015-07-07 Thread Rafael E. Ferrero
Nice!! Chris good work !! -- Rafael E. Ferrero 2015-07-06 20:15 GMT-03:00 Chris Strasser <cstrasse...@gmail.com>: > WOO HOO !.. success ... thanks everyone... > just needed a nudge in the right direction I will tackle the > templates tomorrow and see where that takes me. &g

Re: Models and relationships

2015-07-06 Thread Rafael E. Ferrero
contacts = Contacts.objects.select_related() -- Rafael E. Ferrero 2015-07-06 13:51 GMT-03:00 Florian Schweikert <kel...@ist-total.org>: > On 06/07/15 14:04, Chris Strasser wrote: > > my problem is with reverse lookups (i think it is called) the docs say > that i can acce

Re: Models and relationships

2015-07-06 Thread Rafael E. Ferrero
/#foreignkey [3] https://docs.djangoproject.com/en/1.8/ref/models/querysets/#select-related -- Rafael E. Ferrero 2015-07-06 9:04 GMT-03:00 Chris Strasser <cstrasse...@gmail.com>: > Hi ,I am fairly new to Django and am struggling with models hope someone can > sort me out. > >

Re: Desarrollador Python/Django

2015-06-11 Thread Rafael E. Ferrero
Hello Isabel. I see that the position it's in Sevilla, spain? Are you searching for Remote work or On Site work? Remember that this is an International mailing list so it's better if you can specify this. Cheers!! -- Rafael E. Ferrero 2015-06-11 9:56 GMT-03:00 Isabel Romero Casado <ir

Re: Graph theory ??

2015-06-02 Thread Rafael E. Ferrero
suggest something better ?? -- Rafael E. Ferrero 2015-06-02 10:04 GMT-03:00 Erik Cederstrand <erik+li...@cederstrand.dk>: > Hi Rafael, > > Assuming you have a static and limited set of actions, and they can only > be defined programmatically, I would do something like this:

Graph theory ??

2015-06-02 Thread Rafael E. Ferrero
e)... my problem its develop every type of event or action for the edges, save that event on database and then execute that event when needed. Someone have a recommendation for me? THANK YOU ALL!!! -- Rafael E. Ferrero -- You received this message because you are subscribed to the Google G

Re: MercadoPago Applications

2015-04-28 Thread Rafael E. Ferrero
Francisco, lamento no poder ayudarte (por otra parte somos casi vecinos, yo vivo en San Francisco Cba.) Te aconsejo que reformules la pregunta traduciéndola al inglés porque acá casi todos (por no decir todos) hablan inglés. Saludos !! -- Rafael E. Ferrero 2015-04-28 13:47 GMT-03:00 Francisco

Re: how to have popup window and print it

2015-01-28 Thread Rafael E. Ferrero
with data your popup it's a Django job... with views you can solve it. [1]-http://www.quirksmode.org/js/popup.html -- Rafael E. Ferrero 2015-01-28 0:08 GMT-03:00 163 email <paiis...@163.com>: > hi. > i'm new to django. i'm try using django1.7 with jquery ,bootstrap. > Now

Re: How to find the word 'python' in string 'pythonpythonpythonpyth'?

2014-11-05 Thread Rafael E. Ferrero
a.find('python') -- Rafael E. Ferrero 2014-11-05 8:16 GMT-03:00 Віталій Лисенко <lordvita...@gmail.com>: > How to find the word 'python' in string 'pythonpythonpythonpyth'? > > -- > You received this message because you are subscribed to the Google Groups >

Re: pre_save on password

2014-07-01 Thread Rafael E. Ferrero
Sorry... i meant Best Regards (without ? hahahaha... sorry) -- Rafael E. Ferrero 2014-07-01 8:04 GMT-03:00 Rafael E. Ferrero <rafael.ferr...@gmail.com>: > I see this too dangerous... it is not a good idea save uncrypted > password... too many hacker attack result on public user-p

Re: pre_save on password

2014-07-01 Thread Rafael E. Ferrero
I see this too dangerous... it is not a good idea save uncrypted password... too many hacker attack result on public user-password list. Why not save encrypted password on the other application too? Best Regards? -- Rafael E. Ferrero 2014-07-01 6:41 GMT-03:00 guillaume <guillaume

Re: OneToOne? Inheritance? Another solution for nested model relationships?

2014-05-30 Thread Rafael E. Ferrero
2014-05-26 18:33 GMT-03:00 Daniele Procida : > I've an application that's been happily running for a few years, that does > this: > > class Person(Model): ># everyone's a Person > > class Researcher(Model): > # a Researcher is Person who publishes research > person =

Re: Python Nested For Looping MultiTable Association Question

2014-05-07 Thread Rafael E. Ferrero
https://docs.djangoproject.com/en/dev/topics/db/queries/#retrieving-all-objects -- Rafael E. Ferrero 2014-05-07 16:54 GMT-03:00 G Z <zuk...@gmail.com>: > I don't know why this isn't working.. > > > from django.shortcuts import render > from django.http import HttpResponse

Re: query on models

2014-05-07 Thread Rafael E. Ferrero
I'll recommend you to read https://docs.djangoproject.com/en/dev/ref/models/querysets/ Cheers! -- Rafael E. Ferrero 2014-05-07 12:03 GMT-03:00 Anushree Jangid <anushreejan...@gmail.com>: > no no you are not missing anything. You got it right and I did that in > view and it worked

Re: query on models

2014-05-07 Thread Rafael E. Ferrero
You are using Ques for related Subject and QuestionBank... just make a method in Ques class who filter the Ques model with some subject parameter or do it in your view like: qs = Ques.objects.select_related().filter(subject='some_name') I'm missing something really big? or i miss understud

Re: query on models

2014-05-07 Thread Rafael E. Ferrero
Just filtering Ques model (imho) -- Rafael E. Ferrero 2014-05-07 10:24 GMT-03:00 Anushree <anushreejan...@gmail.com>: > I have the following models. I want to retrieve list of question banks > related to a particular subject. Is it possible to do without modifying the > exist

Re: Django URLS help app not defined

2014-05-06 Thread Rafael E. Ferrero
/eventos/archivados/ you go to archivados views (its inactive for now) what i see is that you construct something like www.domain.com/customers/customers -- Rafael E. Ferrero 2014-05-06 18:33 GMT-03:00 G Z <zuk...@gmail.com>: > The admin page works fine only the other two don't > > Pr

Re: Django URLS help app not defined

2014-05-06 Thread Rafael E. Ferrero
if you try http://pythondev.enki.co:8001/admin works just fine ? <http://pythondev.enki.co:8001/admin> -- Rafael E. Ferrero 2014-05-06 17:40 GMT-03:00 G Z <zuk...@gmail.com>: > Thanks so much one last thing >> > > Page not found (404)Request Method:GETRequest URL:

Re: Django URLS help app not defined

2014-05-06 Thread Rafael E. Ferrero
I think that you fail on trying to setup the admin site for your proyect. check this out https://docs.djangoproject.com/en/1.6/ref/contrib/admin/ -- *RAFAEL FERRERO* *Chief Officer Technology* San Francisco Cba. | Argentina +54 9 356251 4856 www.perseux.com 2014-05-06 2:09 GMT-03:00 G Z

Re: Urls.py Question

2014-05-06 Thread Rafael E. Ferrero
What version of django do you have runing?, do you define an admin for vmware? -- Rafael E. Ferrero 2014-05-06 2:50 GMT-03:00 G Z <zuk...@gmail.com>: > project name = provisioning app name = vmware > > In my projects urls.py I have the following. I assume I set the new url &

Re: what's the best admin skin (free)

2014-04-17 Thread Rafael E. Ferrero
+1 Grappelli -- *RAFAEL FERRERO* *Chief Officer Technology* San Francisco Cba. | Argentina +54 9 356251 4856 www.perseux.com 2014-04-17 10:22 GMT-03:00 Majo : > Hey Bobby, > > I'm using Grappelli for some of my projects and I like it. If you want to > know about other

Re: QuerySet doubt

2014-04-11 Thread Rafael E. Ferrero
I think, for what i see on his docs, that https://github.com/chrisglass/django_polymorphic can help in my task. Saludos Cordiales, -- Rafael E. Ferrero 2014-04-11 2:35 GMT-03:00 Rafael E. Ferrero <rafael.ferr...@gmail.com>: > Found a bug in that view (see revision 3 of linkod

Re: QuerySet doubt

2014-04-10 Thread Rafael E. Ferrero
Found a bug in that view (see revision 3 of linkode) but my ignorance about iterate or perform the object for template still remains. Saludos Cordiales, -- Rafael E. Ferrero 2014-04-11 1:00 GMT-03:00 Rafael E. Ferrero <rafael.ferr...@gmail.com>: > An SQL who can solve my trouble

Re: QuerySet doubt

2014-04-10 Thread Rafael E. Ferrero
popup albunprimera foto Sed nibh lectus popup albunotra fotingui but i shall iterating over repeated articles data Saludos Cordiales, -- Rafael E. Ferrero 2014-04-11 0:24 GMT-03:00 Rafael E. Ferrero <rafael.f

QuerySet doubt

2014-04-10 Thread Rafael E. Ferrero
... are a better aproach here?, a pythonic aproach maybe? I put the relevant piece of code here http://linkode.org/IClFZv7NubqSt6u99zDMV2 Saludos Cordiales, -- Rafael E. Ferrero -- You received this message because you are subscribed to the Google Groups "Django users" group. To u

Re: How allow public query & download of info from my db

2014-03-21 Thread Rafael E. Ferrero
_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > Nicholas, if you do an interface where user can write his own custom sql querys its an open door for sql inyection... indeed, you were facilitating his work :P What Venkatra

Re: django with no relational db?

2014-01-22 Thread Rafael E. Ferrero
Are you tried nikola <http://getnikola.com/>? maybe works for you... its for flatpages. Also you can find his author on pyar google groups<http://www.python.org.ar> See you Saludos Cordiales, -- Rafael E. Ferrero 2014/1/22 graeme <graeme.piete...@gmail.com> > You

Re: building multiple dynamic websites on the fly

2014-01-07 Thread Rafael E. Ferrero
> Mrinmoy Das > http://goromlagche.in/ > > > On Tue, Jan 7, 2014 at 6:49 PM, Rafael E. Ferrero < > rafael.ferr...@gmail.com> wrote: > >> >> 2014/1/7 Mrinmoy Das <mrinmoy.da...@gmail.com> >> >>> Yeah I am working with django. Thing is I wan

Re: building multiple dynamic websites on the fly

2014-01-07 Thread Rafael E. Ferrero
ers@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAFWA-MP8tB0uKrb8zRdym%2BXSSv%2BX3KHk6UZ8B6D-9jSYb%3DC0Vg%40mail.gmail.com > . > > For more options,

Re: Django app for text selection and time measurement

2013-12-19 Thread Rafael E. Ferrero
.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/e8f699f8-4825-4394-be4f-0f7a579de8fe%40googlegroups.com > . > > For more options, visit https://groups.google.com/group

Re: Django app for text selection and time measurement

2013-12-19 Thread Rafael E. Ferrero
d/django-users/98875243-7ac9-43a9-90ed-5b7c31246b1b%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- Rafael E. Ferrero -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe f

Re: I have a problem with wizard.

2013-12-10 Thread Rafael E. Ferrero
oogle.com/d/msgid/django-users/6fd8f358-d348-4ae6-8e51-e3b0f588a033%40googlegroups.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- Rafael E. Ferrero -- You received this message because you are subscribed to the Google Groups "Django users&quo

Re: auto populating the fields in the models

2013-12-01 Thread Rafael E. Ferrero
sorry my previous message... it was not quite clear... here again: 2013/12/1 Rafael E. Ferrero <rafael.ferr...@gmail.com> > IMHO with this design you first need an user and a thread to create a new > message. > > In the admin interface you gonna look a + button to create

Re: auto populating the fields in the models

2013-12-01 Thread Rafael E. Ferrero
t; email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CA

Re: Email Templates and the full website URL

2013-11-29 Thread Rafael E. Ferrero
ot; > project.id %}">{{ project }} > > This seems to be working and quite simple too ! > > Regards, > Vibhu > > > > > On Fri, Nov 29, 2013 at 4:26 PM, Rafael E. Ferrero < > rafael.ferr...@gmail.com> wrote: > >> >> https://docs.djangoprojec

Re: Email Templates and the full website URL

2013-11-29 Thread Rafael E. Ferrero
and this can help too http://stackoverflow.com/questions/2119342/python-url-template-tags-giving-only-part-of-a-absolute-url-must-be-a-lack-o 2013/11/29 Rafael E. Ferrero <rafael.ferr...@gmail.com> > > https://docs.djangoproject.com/en/dev/ref/contrib/sites/#getting-the-current-dom

Re: Email Templates and the full website URL

2013-11-29 Thread Rafael E. Ferrero
rs@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAPiONwn6cHwi51fJ63oFUOLof2QmFqsSeqz2VeOM_Jxk%2BaUYGQ%40mail.gmail.com > . > For more options, visit https://grou

Re: discution

2013-11-28 Thread Rafael E. Ferrero
django list, maybe > some french speaking soul here can direct him > > > On Wed, Nov 27, 2013 at 3:37 PM, Rafael E. Ferrero < > rafael.ferr...@gmail.com> wrote: > >> Almost everyone on this group can read and write in English, i'll >> recomend you to write in

Re: discution

2013-11-27 Thread Rafael E. Ferrero
For more options, visit https://groups.google.com/groups/opt_out. > -- Rafael E. Ferrero -- 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+un

Bug Tracker System

2013-11-22 Thread Rafael E. Ferrero
Hello, everybody... someone knows if there is a good bug tracker system like Trac or Mantis but django based?? many thanks in advance! -- Rafael E. Ferrero -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Libraries for Facebook login

2013-11-22 Thread Rafael E. Ferrero
p://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/115f7cb5-8140-4efe-ab55-b174f74936c6%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- Rafael E. Ferr

Re: Tango with Django Tutorials

2013-11-22 Thread Rafael E. Ferrero
f6e47e%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- Rafael E. Ferrero -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

Re: return multiple fields for foreignkey

2013-11-21 Thread Rafael E. Ferrero
ers@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/db2ae4c7-4842-4e9d-afdc-376e2a0ad51b%40googlegroups.com > . > For more options, visit https://groups.

Re: Non-Ascii Characters in URL causes crash

2013-11-20 Thread Rafael E. Ferrero
m this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visi

Re: Admin custom template

2013-11-19 Thread Rafael E. Ferrero
i mean... carefully ? 2013/11/19 Rafael E. Ferrero <rafael.ferr...@gmail.com> > are you try reading this? > https://docs.djangoproject.com/en/1.5/ref/contrib/admin/#overriding-admin-templates > > > 2013/11/19 Mrinmoy Das <mrinmoy.da...@gmail.com> > >> any he

Re: Admin custom template

2013-11-19 Thread Rafael E. Ferrero
> To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAFWA-MPZADKvztkSsvu1GNr0Hk%2BJd7Zu-C1F486NuSLMAdbfug

Re: Django Game Development?

2013-11-13 Thread Rafael E. Ferrero
..@googlegroups.com. >>> To post to this group, send email to django...@googlegroups.com. >>> >>> Visit this group at http://groups.google.com/group/django-users. >>> To view this discussion on the web visit https://groups.google.com/d/ >>> msgid/django

Re: Django Game Development?

2013-11-13 Thread Rafael E. Ferrero
m it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-u

Re: Stroring images in the database

2013-11-12 Thread Rafael E. Ferrero
ps.com > . > > > > For more options, visit https://groups.google.com/groups/opt_out. > > -- > 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, sen

Re: Invitations Apps

2013-11-08 Thread Rafael E. Ferrero
when you are done, maybe share it on github ? > > > 2013/11/8 Rafael E. Ferrero <rafael.ferr...@gmail.com> > >> Avraham Serour Sending the email its not my problem. >> I start to think doing by my self an invitation app for what i need... so >> thank you all y

Re: Invitations Apps

2013-11-08 Thread Rafael E. Ferrero
ion are probably limited. > > > >> >> On Thu, Nov 7, 2013 at 11:43 PM, Rafael E. Ferrero < >> rafael.ferr...@gmail.com> wrote: >> >>> Im doing a project where visitors can registers with his social accounts >>> (this it can be done with AllA

Re: Invitations Apps

2013-11-07 Thread Rafael E. Ferrero
in the dough. Cheers ! 2013/11/7 Amirouche Boubekki <amirouche.boube...@gmail.com> > Héllo Rafael, > > > I don't know those particular applications, so I can't help. Do you have a > specific problem? > > > 2013/11/7 Rafael E. Ferrero <rafael.ferr...@gm

Re: Invitations Apps

2013-11-07 Thread Rafael E. Ferrero
No body can help me? 2013/11/7 Rafael E. Ferrero <rafael.ferr...@gmail.com> > > Has someone used some invitation app for django like django-invitation > [1]... and more, has someone integrated something like that with AllAuth > [2] ?? > > In a project I need visitors

Invitations Apps

2013-11-07 Thread Rafael E. Ferrero
/wiki/Home [2] https://github.com/pennersr/django-allauth -- Rafael E. Ferrero -- 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-user

Re: How to copy and object from one model to another model

2013-11-05 Thread Rafael E. Ferrero
go-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAHSNPWue7HtdGuJe

Re:

2013-11-04 Thread Rafael E. Ferrero
p. > 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, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this disc

Re: admin.py: putting "if condition" in ModelAdmin according to username

2013-10-09 Thread Rafael E. Ferrero
ngo-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/F0A087D2-8E11-4B0B-8D95-6FC131854994%40de-martino.it > . > For more options, visit https://groups.google.com/groups/opt_out. > -- Rafael E. Ferrero -- You received this message

Re: Интегрция django и 1c

2013-09-30 Thread Rafael E. Ferrero
discussion on the web visit > https://groups.google.com/d/msgid/django-users/CACt1%2BqctgCtF0qbmxOtmFi2rRQ06zXn2AMyyPh_%3D5cswBUNA6w%40mail.gmail.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- Rafael E. Ferrero -- You received this message because

Re: Dealing with redundant JS inclusions at template levels

2013-09-30 Thread Rafael E. Ferrero
t > https://groups.google.com/d/msgid/django-users/CAKVSOJVxQ8XF9wojenv6FW53CTHw28xMsD7LCoYas5%2BRchxtBA%40mail.gmail.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- Rafael E. Ferrero -- You received this message because you are subscribed to the G

Re: CMS base to start with?

2013-09-27 Thread Rafael E. Ferrero
users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > For more options, visit https://groups.google.com/groups/opt_out. > -- Rafael E. Ferrero -- You rec

Re: example for project with user login

2013-09-27 Thread Rafael E. Ferrero
legroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > For more options, visit https://groups.google.com/groups/opt_out. > -- Rafael E. Ferrero -- You received this message because you a

Re: Homepage in Django

2013-09-27 Thread Rafael E. Ferrero
be from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > For more options, visit https://gro

  1   2   >