Re: How to generate points kilometers from a road

2021-01-05 Thread Juan Carlos F.
Exactly, what I need is to calculate the point on the road from the kilometer point PK 50 + 350 meters on the road, but not in a straight line but following the road El martes, 5 de enero de 2021 a las 14:12:56 UTC, Juan Carlos F. escribió: > Hi everybody > > I am new and I need t

Re: How to generate points kilometers from a road

2021-01-05 Thread Juan Carlos F.
Exactly, what I need is to calculate the point on the road from the kilometer point PK 50 + 350 meters on the road, but not in a straight line but following the road El martes, 5 de enero de 2021 a las 14:12:56 UTC, Juan Carlos F. escribió: > Hi everybody > > I am new and I need t

How can I segment a roads?

2021-01-05 Thread Juan Carlos F.
Hi everyone, I'm a new in django and python and i have a problem .I would like to know how I can segment a road by kilometer points . Any help is welcome. Thank you -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

How to generate points kilometers from a road

2021-01-05 Thread Juan Carlos F.
Hi everybody I am new and I need to know if the library or how I could generate the kilometer points starting from a polyline. Thanks for the info -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rece

Re: ImportError failure

2014-10-22 Thread Juan Carlos
; ... > mysite/ > __init__.py > ... > > in this __init__.py, you may have > class Example(object): > ... > ... > > this is OK either ;) > > > - Serdar Dalgıç > > FLOSS Developer, Life & Nature Hacker >

ImportError failure

2014-10-22 Thread Juan Carlos
Hi everyone, When I execute python manage.py runserver it appers: ImportError: cannot import name 'example' from 'exsite' The relative code in the settings.py file is: INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contri

ImportError cannot import name

2014-10-22 Thread Juan Carlos
Hi everyone, When I execute the command: python manage.py runserver & The response is: Traceback (most recent call last): File "../manage.py", line 10, in execute_from_command_line(sys.argv) File "/usr/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in exec

multiple user profile solution

2012-11-22 Thread Juan Carlos Vargas Valencia
I have spend all yesterday making this run, and I have a solution. I dont know if its the best, but see it and please tel me if there is a mor professional way to do it: first I add in customize my user profile i

User missing after login

2012-03-07 Thread Juan Carlos
Hello everybody! I am try to add registration in my django site., I am using django.contrib.auth.views.login via django-registration and I have set the next="/home_page/" param in the login form. The view asociated to / home_page/ is excuted, its return looks like this: return render_to_response(