Handling multiple input values for single html form in django

2018-10-29 Thread Xristos Xristoou
i have a html form with 3 inputs and steps buttons. 1st step user must put first name and press button 1 2st step user must put last name and press button 2 3st step user must put email and press final button 3 any time where the user press any button then go to next html step. i want to

html multi button form using in django app

2018-10-26 Thread Xristos Xristoou
down votefavorite I have a html form with multi buttons and html tabs processing for every button(for example after to push button n01 i take tab 2 with button n02 after push button n02 i take tab 3

geodjango raster field display on leaflet

2018-07-25 Thread Xristos Xristoou
in the new django version support raster field and i follow this manual for geodjango raster field and this questions

Re: django-raster rendering raster url

2018-07-05 Thread Xristos Xristoou
i need this help Τη Τετάρτη, 4 Ιουλίου 2018 - 4:54:23 μ.μ. UTC+3, ο χρήστης Jason έγραψε: > > No. Ever see a tile floor? each tile is one image with a filename. you > use the x y coordinates to get the path to that image > -- You received this message because you are subscribed to the

Re: django-raster rendering raster url

2018-07-04 Thread Xristos Xristoou
Τη Τετάρτη, 4 Ιουλίου 2018 - 4:54:23 μ.μ. UTC+3, ο χρήστης Jason έγραψε: > > No. Ever see a tile floor? each tile is one image with a filename. you > use the x y coordinates to get the path to that image > how to find this information ?because that image converting to 3857 system? --

Re: django-raster rendering raster url

2018-07-04 Thread Xristos Xristoou
, y) coordinate like (1, 5) represents > one tile image. > > On Tuesday, July 3, 2018 at 3:43:07 PM UTC-4, Xristos Xristoou wrote: >> >> i want to add raster functionality in django using postgis database using >> django-raster package and this docs >> <htt

django-raster rendering raster url

2018-07-03 Thread Xristos Xristoou
i want to add raster functionality in django using postgis database using django-raster package and this docs . here my code : models.py from django.contrib.gis.db import modelsclass RasterWithName(models.Model): raster =

Re: DJANGO app loose path from batch file

2017-11-06 Thread Xristos Xristoou
i am windows user -- 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, send email to

DJANGO app loose path from batch file

2017-11-06 Thread Xristos Xristoou
I try to learn more about Django celery and rabbitmq to create some async tasks and I have some question. Some programs can provide PYTHON API to can some development to use modules from this program in python. one most way to take that PYTHON API from this program is to use batch file like

Re: django project avoid reload page where work algorithm

2017-10-08 Thread Xristos Xristoou
> In the background celery worker picks your task and executes it. It > doesn't matter how long that takes. Once task is completed worker waits for > next task. > > Every task gets id which you can return to frontend and then for example > using ajax call you could query if task is ready

Re: django project avoid reload page where work algorithm

2017-10-08 Thread Xristos Xristoou
how first to can avoid long reload ? Τη Κυριακή, 8 Οκτωβρίου 2017 - 4:09:37 μ.μ. UTC+3, ο χρήστης Jani Tiainen έγραψε: > > Hi. > > For long running operatios celery tasks are pretty good choice. Celery can > use rabbitmq as messaging queue so those two aren't mutually exclusive. > > Once you

django project avoid reload page where work algorithm

2017-10-08 Thread Xristos Xristoou
hello i need some help I have a website where the user can be put three numbers on my html template and get some results from my personal mathematical algorithm. the result save at user personal table on my database and can see in specific tab in my website. my problem is where the

take select request from django from

2017-04-16 Thread Xristos Xristoou
hello i have create a select django form with list of images for per user. How to take that select request in my views.py ? i have success only to create correct that select list but i need take that select request but i dont know how. models.py class MyModel(models.Model): user =

DJANGO images(upload/download)

2017-02-02 Thread Xristos Xristoou
who is the better method to take images from uses(visitors)on the fly on my web site and to return the new images(with some processing) back to users using DJANGO? i am new i dont know how to connect my python script with the html templates to take the images and how to return. for example

choices field language

2016-06-20 Thread Xristos Xristoou
hello i want to use choices in my field but not work if i write in my language(greek) only work in the england language. if i writing choices in my language show me error message in the admin mode (this choose is not valid),any idea how to fix that ?i have python 2.7 -- You received this

Re: geodjango error

2016-06-16 Thread Xristos Xristoou
Τη Πέμπτη, 16 Ιουνίου 2016 - 11:52:55 μ.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε: > > hello i want to use geos for one project. > i have install successful gdal and leaflet and djgeojson. > i try to open manage.py and show me that error : > > point import sqlite3_

geodjango error

2016-06-16 Thread Xristos Xristoou
hello i want to use geos for one project. i have install successful gdal and leaflet and djgeojson. i try to open manage.py and show me that error : point import sqlite3_create_function_v2 not find in library dynamic connection c:programs files (x86)\GDAL\spatialite.dll any idea ? -- You

Re: install geodjango in windows 10

2016-04-12 Thread Xristos Xristoou
i dont have any from that libraries but how to install that libraries in windows 10 and python 3.5? i try to use this pip3.5 install GDAL and show me error(look image) Τη Τρίτη, 12 Απριλίου 2016 - 10:00:24 π.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε: > > can you tell me someone how to i

Re: install geodjango in windows 10

2016-04-12 Thread Xristos Xristoou
i dont have any libraries from GEOS and GDAL or PostGIS librarios for PostgreSQL. how to install this libraries in windows 10 and python 3.5. i try pip3.5 install GDAL but i have error(look image). Τη Τρίτη, 12 Απριλίου 2016 - 10:00:24 π.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε: > > c

install geodjango in windows 10

2016-04-12 Thread Xristos Xristoou
can you tell me someone how to install geodjango step by step in windows10 ?i like to use pip if i can for that,it is easy pip. -- 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: google/bing maps using django

2016-04-10 Thread Xristos Xristoou
Xristos Xristoou έγραψε: > > hello > > > i want some toturial or examble to easy way ping and show one place in > google maps/bing maps with lat/log > and can be dynamic because i have more places to show in my web site ? > -- You received this message because you are

Re: google/bing maps using django

2016-04-09 Thread Xristos Xristoou
if i have two fields in my model with coordinates lon = models.FloatField() lat = models.FloatField() how to show this place in google maps in my html template ? Τη Σάββατο, 9 Απριλίου 2016 - 10:50:08 μ.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε

google/bing maps using django

2016-04-09 Thread Xristos Xristoou
hello i want some toturial or examble to easy way ping and show one place in google maps/bing maps with lat/log and can be dynamic because i have more places to show in my web site ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To

program modules connect on web django apps

2016-03-11 Thread Xristos Xristoou
how can i call modules from another program on the web django app ? and how to connect modules on the django ? the another program is a written source in python and may that task. i want to call modules on the web site and i take results from the progress modules -- You received this message

Re: Development of web based image processing package

2016-03-04 Thread Xristos Xristoou
if i want only raster processing for remote sensing and satellite images ?how can i do with python ?python library for that ? Τη Πέμπτη, 3 Μαρτίου 2016 - 7:47:56 μ.μ. UTC+2, ο χρήστης Neha Chhattani έγραψε: > > hello > i want to create a website that will do image processing in real time. i

Re: Development of web based image processing package

2016-03-03 Thread Xristos Xristoou
@james celeny support .grid raster image type ? Τη Πέμπτη, 3 Μαρτίου 2016 - 7:47:56 μ.μ. UTC+2, ο χρήστης Neha Chhattani έγραψε: > > hello > i want to create a website that will do image processing in real time. i > want to load large tiff images i.e. images used in remote sensing and >

Re: mathematical function and django connect

2016-03-03 Thread Xristos Xristoou
field(to user input second number list total) but if i click final button dont show me resust(a=output). <https://lh3.googleusercontent.com/-beooxIiT5PY/VtiHFeyAnCI/ABo/IWf1gpNLfX4/s1600/err.jpg> Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou

Re: mathematical function and django connect

2016-02-28 Thread Xristos Xristoou
t;; container.appendChild(input); container.appendChild(document.createElement("br")); } } {{ a}} or full info {% for sm in a %} {{ sm }} {% endfor %} but not work again show me zero results,any idea ? Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xr

Re: mathematical function and django connect

2016-02-22 Thread Xristos Xristoou
thod="POST">{% csrf_token %} Number of number: calc {% for i in total_inputs %} Enter a value: calc {% endfor %} show me error in the {% for i in total_inputs %} Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: &g

Re: mathematical function and django connect

2016-02-21 Thread Xristos Xristoou
of number: Enter a value: calc {{ a }} or full info {% for sm in a%} {{ sm }} {% endfor %} Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i create some python mathem

Re: mathematical function and django connect

2016-02-21 Thread Xristos Xristoou
UserWarning: A {% csrf_token %} was used in a template, but the context did not provide the value. This is usually caused by not using RequestContext. Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i create some pyth

Re: mathematical function and django connect

2016-02-21 Thread Xristos Xristoou
yes i see that and fix it but not work again Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i create some python mathematical function on python idle, > i want to create website where the user import value numbers

Re: mathematical function and django connect

2016-02-20 Thread Xristos Xristoou
CHS/html.html#H44>) or title attribute (WCAG 2.0: H65 <http://www.w3.org/TR/2015/NOTE-WCAG20-TECHS-20150226/H65>) and provides the ability to create a new label or add an attribute. Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, &

Re: mathematical function and django connect

2016-02-20 Thread Xristos Xristoou
ing the help section of this page because you have DEBUG = True in your Django settings file. Change that to False, and only the initial error message will be displayed. You can customize this page using the CSRF_FAILURE_VIEW setting. Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρή

Re: mathematical function and django connect

2016-02-20 Thread Xristos Xristoou
yError at / "'num'" 1. nums = request.POST['num'] Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i create some python mathematical function on python idle, > i want to create website w

Re: mathematical function and django connect

2016-02-15 Thread Xristos Xristoou
after read your toturial from the django docs and next page from the django docs i think so my python code is wrong to get in views.py, i think so get in form Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i create some pyth

Re: mathematical function and django connect

2016-02-10 Thread Xristos Xristoou
THNX for response to help me,two questions,how to import list input on my def math(input,*listinput*) how to define this ? now i dont have model,on my html template how to connect on my scipt ? Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > >

Re: mathematical function and django connect

2016-02-10 Thread Xristos Xristoou
if i dont want refactor my scipt,and use this def my_math_func(input1,input2): my code return list_output,output is that correct ? Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i create some python mathem

Re: mathematical function and django connect

2016-02-10 Thread Xristos Xristoou
1=result result2=listresult print(result1) print(result2) Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i create some python mathematical function on python idle, > i want to create website where the user i

Re: mathematical function and django connect

2016-02-10 Thread Xristos Xristoou
i dont know how to start to give you an example,is confused i am newmbie and i dont find anythink on the internet Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i create some python mathematical function on python idle, >

Re: mathematical function and django connect

2016-02-10 Thread Xristos Xristoou
yes i want this and work with python list for input and output Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i create some python mathematical function on python idle, > i want to create website where the user im

Re: mathematical function and django connect

2016-02-09 Thread Xristos Xristoou
THNX for response but that toturial not answer on my questions Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i create some python mathematical function on python idle, > i want to create website where the user im

Re: mathematical function and django connect

2016-02-09 Thread Xristos Xristoou
yeah my bad for the regext i know that with the full name btw,form its not nesecery to create ? my task is to copy paste my code in the view,create the regext,and connect on my templete ?only just ? hello, > > > i create some python mathematical function on python idle, > i want to create

Re: mathematical function and django connect

2016-02-09 Thread Xristos Xristoou
yeah my bad for the regext i know that with the full name btw,form its not nesecery to create ? my task is to copy paste my code in the view,create the regext,and cell on my templete ?only just ? Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > >

Re: mathematical function and django connect

2016-02-09 Thread Xristos Xristoou
what is regext? Τη Τρίτη, 9 Φεβρουαρίου 2016 - 9:47:30 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i create some python mathematical function on python idle, > i want to create website where the user import value numbers on the > function > a

mathematical function and django connect

2016-02-09 Thread Xristos Xristoou
hello, i create some python mathematical function on python idle, i want to create website where the user import value numbers on the function and take the results from that. question one,how to connect my mathematical function on the django? question two,how to connect input and output from the

Re: Animate.css on django

2016-01-29 Thread Xristos Xristoou
i cant to use that with div class or div id in my title ?i want more simple Τη Παρασκευή, 29 Ιανουαρίου 2016 - 12:53:02 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello > > > has work somebody with this animate.css > <https://daneden.github.io/animate.cs

Re: Animate.css on django

2016-01-29 Thread Xristos Xristoou
yeah but how to connect with my post titles ? Τη Παρασκευή, 29 Ιανουαρίου 2016 - 12:53:02 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello > > > has work somebody with this animate.css > <https://daneden.github.io/animate.css/> ?and somebody can to e

Animate.css on django

2016-01-29 Thread Xristos Xristoou
hello has work somebody with this animate.css ?and somebody can to explanation how to use this on my title from my post details ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Adding a field to a model after initial migration

2016-01-27 Thread Xristos Xristoou
i dont know why sorry..try default value Τη Τετάρτη, 27 Ιανουαρίου 2016 - 9:21:16 μ.μ. UTC+2, ο χρήστης ofeyofey έγραψε: > > Hi, > I forgot to add a field to a model and wish to add it now. > I added the line to models.py but makemigrations and migrate aren't > working now. > Is this possible

Re: Adding a field to a model after initial migration

2016-01-27 Thread Xristos Xristoou
you add your app name after the run makemigration and migrate ?if your app name is a blog then you run* makemigration blog *and *migrate blog* Τη Τετάρτη, 27 Ιανουαρίου 2016 - 9:21:16 μ.μ. UTC+2, ο χρήστης ofeyofey έγραψε: > > Hi, > I forgot to add a field to a model and wish to add it now. > I

Re: Adding a field to a model after initial migration

2016-01-27 Thread Xristos Xristoou
work now ? Τη Τετάρτη, 27 Ιανουαρίου 2016 - 9:21:16 μ.μ. UTC+2, ο χρήστης ofeyofey έγραψε: > > Hi, > I forgot to add a field to a model and wish to add it now. > I added the line to models.py but makemigrations and migrate aren't > working now. > Is this possible in Django or do i need to go

Re: Adding a field to a model after initial migration

2016-01-27 Thread Xristos Xristoou
no the problem is your new field affect models rules...try the new field to have null=True or default=somathing and then run on mynage.py makemigration yourapp and after migrate yourapp christos Τη Τετάρτη, 27 Ιανουαρίου 2016 - 9:21:16 μ.μ. UTC+2, ο χρήστης ofeyofey έγραψε: > > Hi, > I forgot

Re: help with ManyToMany

2016-01-27 Thread Xristos Xristoou
your code is correct,where are the problem ?in the admin first add Studio and sfter this select on the field studio from class studiogroup one or more entries from the class studio so simple, christos Τη Τετάρτη, 27 Ιανουαρίου 2016 - 5:50:21 μ.μ. UTC+2, ο χρήστης dave.l έγραψε: > > Hi, > > I

search page

2016-01-26 Thread Xristos Xristoou
hello, i want to an easy way to create search page on my site to searching only the titles. who is the better and easy way for to doa that ? mayde some tools to install ? any idea ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To

stupid error embed video

2016-01-26 Thread Xristos Xristoou
hello i have use the embed video tools to using dynamic youtube urls for trailers but i have a stupid error. if i import on admin in the field video urls one video url from youtube and i see url for that is correct i save it in my post, but on my site if i run the server show me else video some

Re: django pagination

2016-01-26 Thread Xristos Xristoou
think how to > refactor it > if you want only paginate posts, i'll recommend you to use > django-pagination app of some sort, it's can be used in template > > On Monday, January 25, 2016 at 5:16:31 PM UTC+3, Xristos Xristoou wrote: >> >> i want to using Paginator in my ma

Re: django pagination

2016-01-26 Thread Xristos Xristoou
i foolow the steps but i have again error my new view : def index(request): try: page = request.GET.get('page', 1), except PageNotAnInteger: page = 1, objects = ['john', 'edward', 'josh', 'frank'] p = Paginator(objects,request=request) people = p.page(page)

Re: django pagination

2016-01-26 Thread Xristos Xristoou
that method is Confusing,i try to understand,i create new view or i work with current?i not understand it the using 'people' and object on they view Τη Δευτέρα, 25 Ιανουαρίου 2016 - 4:16:31 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > i want to using Paginator in my main page for m

Re: django pagination

2016-01-26 Thread Xristos Xristoou
i follow the simpe steps but i take error invalid syntax (pagination_tags.py, line 225) Τη Δευτέρα, 25 Ιανουαρίου 2016 - 4:16:31 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > i want to using Paginator in my main page for my post list. i see docs and > examples for that but i

Re: django pagination

2016-01-26 Thread Xristos Xristoou
thnx you i try to use that now Τη Δευτέρα, 25 Ιανουαρίου 2016 - 4:16:31 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > i want to using Paginator in my main page for my post list. i see docs and > examples for that but i thing my problem is a specific, because on my view > i hav

Re: django pagination

2016-01-26 Thread Xristos Xristoou
one more question how to install this ?autopagination ?i dont see anything Τη Δευτέρα, 25 Ιανουαρίου 2016 - 4:16:31 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > i want to using Paginator in my main page for my post list. i see docs and > examples for that but i thing m

Re: django pagination

2016-01-26 Thread Xristos Xristoou
if i use {autopagination} i dont need quyre on my view ? Τη Δευτέρα, 25 Ιανουαρίου 2016 - 4:16:31 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > i want to using Paginator in my main page for my post list. i see docs and > examples for that but i thing my problem is a specific, beca

Re: django pagination

2016-01-26 Thread Xristos Xristoou
can you show me one examples with my view ? Τη Δευτέρα, 25 Ιανουαρίου 2016 - 4:16:31 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > i want to using Paginator in my main page for my post list. i see docs and > examples for that but i thing my problem is a specific, because on my

django pagination

2016-01-25 Thread Xristos Xristoou
i want to using Paginator in my main page for my post list. i see docs and examples for that but i thing my problem is a specific, because on my view i have two Querys not one. def index(request): return render_to_response("blog/posts_list.html", { 'categories':

views and urls

2016-01-25 Thread Xristos Xristoou
hello, i have three pages(views,urls,templates) one with artist list with all posts one with artist details from the main list. first and second pages work fine,but i have problem on the third page i want from the artists details to go the third page and i take more details for the director

Re: like query django

2016-01-23 Thread Xristos Xristoou
i have 1.8 version Τη Τρίτη, 19 Ιανουαρίου 2016 - 5:35:09 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i want to create a query for likes in my post details > > my html tags > > {{movies.likes}} peaple liked this article > Like >

Re: how many visitors has view my posts and how many visitors view my site

2016-01-22 Thread Xristos Xristoou
but i can the show how many people to view in my html template ? Τη Παρασκευή, 22 Ιανουαρίου 2016 - 5:02:46 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i want to know how many people view my site and how many view one to one > my posts specific. > my

how many visitors has view my posts and how many visitors view my site

2016-01-22 Thread Xristos Xristoou
hello, i want to know how many people view my site and how many view one to one my posts specific. my site is simple i have two templates one with all my post and one with post details. but i dont know how to do that i am new in django. the start is to add a new field in my class view =

Re: like query django

2016-01-22 Thread Xristos Xristoou
look my version django cant not be use url 'like_post' because show me errow only 1.5 version django can use that Τη Τρίτη, 19 Ιανουαρίου 2016 - 5:35:09 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i want to create a query for likes in my post details &

Re: Filter object by calculating duration from start and end time

2016-01-19 Thread Xristos Xristoou
can used this and for the dates fields ? Τη Τρίτη, 19 Ιανουαρίου 2016 - 8:01:36 μ.μ. UTC+2, ο χρήστης Steven Nash έγραψε: > > Hi, > > Given an object such as: > > class Entry(models.Model): > start = models.TimeField() > end = models.TimeField() > > I'd like to be able to say something like:

Re: like query django

2016-01-19 Thread Xristos Xristoou
i follow you not work again first i cant use {% url %} show me template error,i thing so i am is very noob must necesery tu urls for that ? Τη Τρίτη, 19 Ιανουαρίου 2016 - 5:35:09 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i want to create a query for likes in

Re: like query django

2016-01-19 Thread Xristos Xristoou
not work again florian same error again Τη Τρίτη, 19 Ιανουαρίου 2016 - 5:35:09 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello, > > > i want to create a query for likes in my post details > > my html tags > > {{movies.likes}} peaple liked this article >

like query django

2016-01-19 Thread Xristos Xristoou
hello, i want to create a query for likes in my post details my html tags {{movies.likes}} peaple liked this article Like my urls url(r'^view/(?P[^\.]+)/$', views.view_post, name='view_post'), url(r'^(?P[0−9]+)/$', views.like_post, name='like_post'), my view def

Re: regular expression confusion

2016-01-19 Thread Xristos Xristoou
i find it thnx for the help -- 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, send email to

Re: regular expression confusion

2016-01-19 Thread Xristos Xristoou
> > yeah but now must be change mt template tags ? > > > *for example* > > my first template tags from the main page to the view page {{movies.Title}} -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: regular expression confusion

2016-01-19 Thread Xristos Xristoou
> > yeah but now must to change my template tags ? for exable > > my first template tags {{*posts*.Title}} > > -- 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

regular expression confusion

2016-01-19 Thread Xristos Xristoou
hello, i have a regular expression confusion error i cant work my app with together 2 and 3 line from *my blog/**urls *if i work regardless that lines work fine but i need together for my project. *my mysite/urls* url(r'^admin/', include(admin.site.urls)), url(r'', include('blog.urls')),

Re: django categories views(error page not found)

2016-01-18 Thread Xristos Xristoou
Page not found (404)Request Method:GETRequest URL: http://127.0.0.1:8000/category1/Raised by:blog.views.view_post No Movies matches the given query. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: django categories views(error page not found)

2016-01-18 Thread Xristos Xristoou
> my task is to create on main page of my web site two list one list for my > post and second list categories titles which belong my post. i create that > and work fine,and i create post details connect and again work fine. but i > cant to work category details if i want to see list from my

django categories views(error page not found)

2016-01-18 Thread Xristos Xristoou
my task is to create on main page of my web site two list one list for my post and second list categories titles which belong my post. i create that and work fine,and i create post details connect and again work fine. but i cant to work category details if i want to see list from my post

post view and categories views

2016-01-16 Thread Xristos Xristoou
i want to create one view only with *post list* and *categories list* on my main page template html. the categories is a new class with colum title and is many to many relatioship to my *post class.* *class Category(models.Model):cattitle =

Re: django-embed-video error Unresolved tag 'video'

2016-01-15 Thread Xristos Xristoou
> > and i have DEBUG toolbar if you help you > SettingValueABSOLUTE_URL_OVERRIDES{}ADMINS()ALLOWED_HOSTS[] ALLOWED_INCLUDE_ROOTS()APPEND_SLASHTrueAUTHENTICATION_BACKENDS ('django.contrib.auth.backends.ModelBackend',)AUTH_USER_MODEL'auth.User'

Re: django-embed-video error Unresolved tag 'video'

2016-01-15 Thread Xristos Xristoou
now if i delete {% video my_video "large" %} not show me error again but nor show me and video is empty for my template . and again show me this django 1.8.7 finaly that my version. > --

Re: django-embed-video error Unresolved tag 'video'

2016-01-15 Thread Xristos Xristoou
yeah i thing so using django 1.9 help me pls Τη Παρασκευή, 15 Ιανουαρίου 2016 - 8:25:14 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > > 0down votefavorite > <http://stackoverflow.com/questions/34780182/django-embed-video-error-unresolved-tag-video#> > > i wan

django-embed-video error Unresolved tag 'video'

2016-01-15 Thread Xristos Xristoou
0down votefavorite i want to create a video from youtube url in the django using embed-video 1.step install embed-video pip install django-embed-video 1. step Add embed_video to INSTALLED_APPS in