Re: ORA-00942: table or view does not exist

2016-11-09 Thread Charly Román
Do you applied your migrations? Charly Román Software Developer http://croman.mx 2016-11-09 19:08 GMT-06:00 jeffreyequizuvero : > *Hi everyone.* > > *I am new in Django Development and I encountered this problem, please > help* > > *TIA* > > *Jeffrey E. Uvero * >

Re: Help

2015-09-15 Thread Charly Román
NO Charly Román Software Developer http://croman.mx 2015-09-15 12:46 GMT-05:00 Cassanova Rumor : > -- > 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: Why so complicated :O??

2015-05-06 Thread Charly Román
Maybe you need a Python tutorial, not a Django tutorial. Charly Román Software Developer http://croman.mx 2015-05-06 13:47 GMT-05:00 Vesko Nikolov : > Hello everyone. So i have been trying to learn Django for the last couple > of months but have been seeing it quite hard. I have a decent

Re: Necesito ayuda para poner a funcionar django el tutorial no lo entiendo

2015-02-17 Thread Charly Román
t; https://groups.google.com/d/msgid/django-users/97683752-e920-4b4a-a203-85432bbbe9a9%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/97683752-e920-4b4a-a203-85432bbbe9a9%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit http

Re: [polls tutorial] error message not showing

2014-10-28 Thread Charly Román
l 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/0bf39ec4-709e-4ad8-85df-3a2aeb31c83d%40googlegroups.com > <https://groups.google.com/d/ms

Re: Suggestions about building new ecommerce website

2014-09-08 Thread Charly Román
n the web visit > https://groups.google.com/d/msgid/django-users/f141c8f6-a8ce-4847-b6a4-432575b9a583%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/f141c8f6-a8ce-4847-b6a4-432575b9a583%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more o

Re: Looking for CTO (co-founder) for E-Commerce Startup

2014-08-12 Thread Charly Román
Quizá si respondes en inglés... On Aug 12, 2014 1:20 PM, "monoBOT" wrote: > Hola. > Cuenta algo mas sobre lo que necesitas, saludos! > > > 2014-08-12 17:01 GMT+01:00 alpocr : > >> Hello guys. >> >> I know this group is for code request, but I have some months working >> alone in a startup. >> I'm

Re: Static files in templates with VARIABLES

2014-05-05 Thread Charly Román
{% static LOGO %} 2014-05-05 10:27 GMT-05:00 Damián Pérez : > Hello everyone: > > I'm using for the templates {% static 'images/logo.png' %}, but what can i > do if I have the logo url on the variable ?, something like static LOGO > > thanks. > > best regards, > > -- > You received this message b

Re: when I pip-installed django-debug-toolbar, the latest version of Django was installed automatically.

2014-02-17 Thread Charly Román
Latest django-debug-toolbar isn't compatible with django 1.3 El feb 17, 2014 11:56 PM, escribió: > hi Frank, > > I appreciate it but seem that this situation is so unusual that people do > not understand. > I have done those already. > > > So I do > 1) pip uninstall django > 3) pip uninstall dja

Re: Recently set up a project in Aptana 3 to work with Git. All worked, but today I have errors.

2014-02-17 Thread Charly Román
This isn't related with django. El feb 17, 2014 6:46 AM, "Віталій Лисенко" escribió: > Recently set up a project in Aptana 3 to work with Git. > Generated ssh-key. Worked 'push', 'pull', 'import project', 'comit' and > other instructions. > All worked, but today I have errors. > > ssh: connect to

Re: problems when interpreter calls module 'taggit'

2014-01-30 Thread Charly Román
You need to install django-taggit. 2014-01-30 Cristiano Araujo : > goodevening guys > i'm new in this group > > my problem is this: i'm trying to make a simple django app, but when i try > to sinc the db the interpreter shows mw this error: > > >

Re: screen

2014-01-29 Thread Charly Román
A screen? 2014-01-29 pointmuriae castro : > need to call a screen before loading the settings.py has the > > -- > 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

Re: Presentation ideas?

2014-01-22 Thread Charly Román
Needs Silverlight :( 2014/1/22 Keith Edmiston : > John/Russell, > > Here's a link to my presentation in case you're interested. Thanks again for > the leg up. > > > Keith > > > On Fri, Jan 17, 2014 at 12:17 PM, John DeRosa wrote: >> >> I’m glad Russ answered too. I was thinking only about tutoria

Re: django tests

2013-11-21 Thread Charly Román
Yes, you need to give all the fields that arent't optional. Included foreign keys. 2013/11/22 Harjot Mann : > On Fri, Nov 22, 2013 at 12:50 PM, Charly Román wrote: >> It's because you have fields in your model that aren't optional, and >> in your code you only set

Re: django tests

2013-11-21 Thread Charly Román
It's because you have fields in your model that aren't optional, and in your code you only set one field. 2013/11/22 Harjot Mann : > On Fri, Nov 22, 2013 at 12:13 PM, Xavier Ordoquy wrote: >> I doubt the error is the same although it might look similar. >> Please note that TestCase use setUp in

Re: django tests

2013-11-21 Thread Charly Román
http://tny.cz/c883f980 You need to read about OOP in Python. 2013/11/22 Charly Román : > http://tny.cz/c883f980 > > > You need to rea about OOP in Python. > > > > 2013/11/22 Harjot Mann : >> On Fri, Nov 22, 2013 at 11:17 AM, Charly Román wrote: >>> Your t

Re: django tests

2013-11-21 Thread Charly Román
http://tny.cz/c883f980 You need to rea about OOP in Python. 2013/11/22 Harjot Mann : > On Fri, Nov 22, 2013 at 11:17 AM, Charly Román wrote: >> Your testcase's name and model's name its the same, fix this. > > > Changed it. But still getting the same error.

Re: django tests

2013-11-21 Thread Charly Román
Your testcase's name and model's name its the same, fix this. 2013/11/21 Harjot Mann : > I am creating tests for my django app. Here is my test and I am > getting an error. > Here is my test code. > UserProfile is my model name and profile is my view corresponding to that. > > http://tny.cz/82ce97

Re: How to handle values_list?

2013-10-17 Thread Charly Román
Have you tried used get instead filter? 2013/10/17 Daniel Roseman : > On Thursday, 17 October 2013 19:30:09 UTC+1, Andrew Michael wrote: >> >> Hi, >> >> I am new to Django and need some help. My issue is on my web page the data >> is showing up like this: [u'Green'] and I want it to only show Gree

Re: Can not connect to MySQL

2013-10-17 Thread Charly Román
Install mysql module: sudo pip install mysql-python 2013/10/17 : > Hi, I am new to Django and try to connect to database MySQL I get this > message: Can anyone help? thanks in advance. > > Unhandled exception in thread started by 0x3026810>> > Traceback (most recent call last): > File > "/h

Re: [] error

2013-08-26 Thread Charly Román
Have you definded __unicode__ method in model? 2013/8/26 Apokalyptica Painkiller > Patrick if you want to show us your code use: http://pastebin.com/ > > > 2013/8/26 Ramiro Morales > >> On Mon, Aug 26, 2013 at 11:17 AM, Patrick Larmann >> wrote: >> > Hello guys I am following the django docs

Re: how to print json object in django template?

2013-08-13 Thread Charly Román
{{ jsonobject|safe }} 2013/8/13 navnath gadakh : > > -- > 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

Re: pdf conversion error

2013-07-31 Thread Charly Román
*haven't defined 2013/7/31 Charly Román : > 2013/7/29 Harjot Mann : >> I am trying to convert the html templates in my project from localhost >> using wkhtltopdf. I used weasyprint and a script also but the getting >> the same errror from all. It creates the pdf but

Re: pdf conversion error

2013-07-31 Thread Charly Román
2013/7/29 Harjot Mann : > I am trying to convert the html templates in my project from localhost > using wkhtltopdf. I used weasyprint and a script also but the getting > the same errror from all. It creates the pdf but inside this is > written: > Not Found > The requested URL /accounts/login/ was

Re: Django Dashboard

2013-07-30 Thread Charly Román
2013/7/30 Martin Marrese : > Hi, > > I'm looking for a Django Dashboard to implement on an existing app. A > colleague recommended Dashing (1), but thats a Sinatra app, however I do > like how it looks. > > Does anyone have a recommendation ? > > Thanks, > Martín > > Links > 1 - http://shopify.gith

Re: django

2013-07-30 Thread Charly Román
2013/7/30 Ajaykumar : > When i doing my first application named books in django,got an error named > TEMPLATEDOESNOTEXIT, and an exception value > 'admin_doc/missing_docutils.html'.Please inform me how can i solve this > error. > Add 'django.contrib.admindocs' to the INSTALLED_APPS. -- You recei

Re: server error (500)

2013-07-25 Thread Charly Román
You need to add a app, the error is clear, yo don't have anything to show. 2013/7/25 Oliver : > Thanks Evans. I'm new to Django so Im trying to learn faster on setting up > my project or apps. I appreciate the help for pointing out what I'm > missing. > > Thanks so much. I'll get to work now :)

Re: how to display image on a template

2013-07-17 Thread Charly Román
> > What should my template have to get the image ?? > First add an url to this view, next: -- 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+unsub

Re: Phonetic Algorithm in django??

2013-07-09 Thread Charly Román
2013/7/6 Harjot Mann : > Can we use Phonetic algorithm in django for ignoring vowels while > searching and for spell checking? You can try with Fuzzy[0] or you can use a search engine like solr[1] with haystack[2] [0] - https://pypi.python.org/pypi/Fuzzy [1] - http://lucene.apache.org/solr/ [3]

Re: wsgi + XAMMP

2013-06-26 Thread Charly Román
2013/6/26 Hélio Miranda : > what is your doubt yourself? > Why not use the most current versions? > > For example django 1.5.1 python 2.7? > And why XAMPP? Are you trying to use django on local machine? -- You received this message because you are subscribed to the Google Groups "Django users"

Re: define BASE_DIR?

2013-05-21 Thread Charly Román
2013/5/21 Christopher Spears : > I am working my way through the Django tutorial, and I have reached the part > where I am supposed to customize the look and feel of the admin. I am > supposed to do that using the mysite\settings.py file (working on a Windows > laptop). I have two questions. > >

Re: postgresql

2013-05-20 Thread Charly Román
You don't need a tutorial for Postgresql, django ORM make all the work. BTW, if you need a tutorial you muts ask in a postgresql group. 2013/5/20 Kakar Arunachal Service : > hi guyz! > I'm new to django and python, and very new to postgresql. Can u suggest any > books or tutorial for postgresql?

Re: Manejo de Session

2013-04-23 Thread Charly Román
En este grupo todas las publicaciones son en inglés, puedes traducirlo o publicarlo en una grupo en español, como este: https://groups.google.com/forum/?hl=es&fromgroups#!forum/django-es Saludos! El día 23 de abril de 2013 16:33, Alicia Acevedo escribió: > Hola queridos amigos, mi problema es el

Re: Error on use django-fluent-dashboard app

2013-04-23 Thread Charly Román
See this: http://django-fluent-dashboard.readthedocs.org/en/latest/installation.html 2013/4/23 Lucas Simon Rodrigues Magalhaes > Hi, > I am using django-fluent-dashboard app instead grapelli but I got this > error, and I do not know how to solve it. > > I follow these tutorial [1] and django v

Re: Upload Image

2013-04-19 Thread Charly Román
def index(request): if request.method == 'POST': form = DocumentForm(request.POST, request.FILES) if form.is_valid(): form.save() return render_to_response('index.html', {'form': form}) else: form = DocumentForm() return render_to_respons

Re: Upload Image

2013-04-19 Thread Charly Román
def index(request): if request.method == 'POST': form = DocumentForm(request.POST, request.FILES) if form.is_valid(): form.save() return render_to_response('index.html', {'form': form}) else: form = DocumentForm() return render_to_res