Freelance Django Developer needed!

2011-10-11 Thread Anton Pirker
Hi!

(First to everyone not searching for a job: sorry for the shameless job 
advertisement!)

We are searching for a Freelance Django developer to help us out!

We are:
- creativesociety.com
- based in Vienna, Austria
- small team of 4
- pretty cool


What you should have:
- passion for writing beautiful code
- getting things done attitude
- knowledge of django, postgres, json, rest,
- some knowledge of html/css
- good english (talking and reading/writing documentation)


What you will have to do:
- develop a RESTful api that talks to a partner site
- talk to the partners (humands,  based in london and/or paris) to specify 
the api
- import a LOT of data from the partner site
- implement an upload and post the video files to the partner site
- implement a single sign on solution so if the users are logged in on one 
site, are automatically logged in on the other site.
- implement some html templates in django


We think the project will take about 8-12 weeks, starting November 1th.


If you are interested, send your CV, a "why i am the best for the 
job"-letter and your rates to:
development [at] creativesociety [dot] com


Thanks,
Anton

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/nCeDRk1fwLgJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Django Meeting in Vienna, Austria!

2013-08-22 Thread Anton Pirker
Hello fellow Djangonauts and Djangonistas!

This message is especially for Django developers and friends from Austria.

At the last two DjangoCons in Europe a few people from Austria got to know
each other and at last years conference in Warsaw we spontaneously founded
the Django Friends of Austria. (The only activity until now was standing
around in a group between talks at DjangoCircus in Warsaw and twaddle...)

But now Stephan, a friend of mine is planning a real Django Meetup in
Vienna! Yay!

So if you are into Django and want to meet other Djangonauts and
Djangonistats in Vienna head over to this Doodle and tell us, when you have
to time to meet: http://doodle.com/2hs77khscrkuc4ba

Depending of how many people sign up the meeting will be held in WerkzeugH
[1] or at Sektor 5 [2]. The first meeting should be more like a 'getting to
know each other' event, so there are no big talks planned at the moment. At
the meeting we can decide how the meetings should be in the future.

Looking forward in meeting you!

Bye,
Anton

1: http://doodle.com/2hs77khscrkuc4ba
2: http://www.sektor5.at/
<http://doodle.com/2hs77khscrkuc4ba>--

DI(FH) Anton Pirker

-
IGNAZ Softwaremanufaktur
agile software development

wurlitzergasse 58/20
a-1160 wien
tel: +43 699 1234 0 456
skype: antonpirker
http://anton-pirker.athttp://ignaz.at
My latest project: http://bikemap.net

-- 
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-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.


Fixture extraction

2013-11-14 Thread Anton Pirker
Hello!

I have a fairly large production database (about 40GB) and I want to
extract a sample of it as fixtures so I can use this sample for
development.

The optimal solution would be that I can give a number of auth_users to a
script, and it will extract all data neccessary to have a complete set of
data for the given users.

A plus would be, if the email addresses of the users would be anonymized
and the password would be set to some default password.

Has anybody used any of the fixture packages [1] available?
Can anybody recommend a package, or an approach on how to do this?

Thanks in advance,
Anton

1: https://www.djangopackages.com/grids/g/fixtures/



-- 

DI(FH) Anton Pirker

-
IGNAZ Softwaremanufaktur
agile software development

wurlitzergasse 58/20
a-1160 wien
tel: +43 699 1234 0 456
skype: antonpirker
http://anton-pirker.athttp://ignaz.at

Currently working on: Relaunch of http://bikemap.net
My latest project: http://creativesociety.com

-- 
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-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/CACu05bUWgwKAJB0jP_63uEubfEmx5qmm90d-_YPZrCAjz%3DCJxA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


Django-utils @async decorator and gunicorn

2011-06-27 Thread Anton Pirker

Hello!

I use djutils [1] @async decorator for calling a function asynchronous. 
This works well when i start my server with the standard ./manage.py 
runserver command. But when i run my django app under gunicorn and i 
call the function with the @async decorator nothing happens at all...


Do i have to configure djutils or gunicorn in a special way so i can run 
function asynchronous?


Any hints are greatly appreciated!

Thank's
Anton

[1] http://charlesleifer.com/docs/djutils/

--
DI(FH) Anton Pirker

-
IGNAZ Softwaremanufaktur
mobile . web . usability . project management

kranzgasse 2/15
a-1150 wien
tel: +43 699 1234 0 456
skype: antonpirker

http://ignaz.at


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Django-utils @async decorator and gunicorn

2011-06-27 Thread Anton Pirker
Hello! 

I use djutils [1] @async decorator for calling a function asynchronous. This 
works well when i start my server with the standard ./manage.py runserver 
command. But when i run my django app under gunicorn and i call the function 
with the @async decorator nothing happens at all... 

Do i have to configure djutils or gunicorn in a special way so i can run 
function asynchronous? 

Any hints are greatly appreciated! 

Thank's 
Anton 

[1] http://charlesleifer.com/docs/djutils/ 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/RQOAZ_lgUlwJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Django-utils @async decorator and gunicorn

2011-06-28 Thread Anton Pirker

Hi!

On 06/27/2011 03:47 PM, Javier Guerra Giraldez wrote:

On Mon, Jun 27, 2011 at 4:50 AM, Anton Pirker  wrote:

But when i run my django app under gunicorn and i call the function with the
@async decorator nothing happens at all...

are you running the queue consumer daemon?


Ah! There is a queue consumer daemon! ;)  Thank's for this hint!

I have now the queue consumer configured in my supervisord.conf like this:

[program:preview_queue_consumer]
environment=PYTHONPATH="/home/preview/.virtualenvs/preview/source/myproject/:/home/preview/.virtualenvs/preview/lib/python2.6/site-packages/djutils/:$PYTHONPATH"
directory=/home/preview/source/myproject/
command=python manage.py queue_consumer --settings=myproject.settings -l 
logs/queue_consumer.log --verbosity=2 -t 2

user=preview
autostart=true
autorestart=true


when i start the daemon the logs says this:

delay: 0.1
backoff: 1.15
threads: 2
2011-06-28 09:18:06,329:djutils.queue.logger:INFO:Loaded classes:
djutils.commands.queuecmd_delayed_resize
djutils.queue.queue.QueueCommand
djutils.queue.queue.PeriodicQueueCommand
2011-06-28 09:18:06,329:djutils.queue.logger:INFO:Starting periodic 
command execution thread
2011-06-28 09:18:06,329:djutils.queue.logger:INFO:created thread 
"1098918224"
2011-06-28 09:18:06,329:djutils.queue.logger:INFO:created thread 
"1107310928"


so i assume the daemon is started.

but when i run my @async function nothing happens. in the log output 
above i can see that QueueCommand and PeriodicQueueCommand are loaded.
can it be, that the consumer can only consume this sort of functions and 
not functions with @async?


i tried to add the @queue_command instead of the @async to my function, 
but then i get the error:

"can't pickle StringO objects"
and i do not have a clue what this means. (maybe it's my lack of english 
skills, but what should 'pickle' in this context mean?)



anyone an idea or hint where i should look next, to get my @async 
functions running in gunicorn?


thank's in advance,
Anton



--
DI(FH) Anton Pirker

-
IGNAZ Softwaremanufaktur
mobile . web . usability . project management

kranzgasse 2/15
a-1150 wien
tel: +43 699 1234 0 456
skype: antonpirker

http://ignaz.at


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Help

2011-06-28 Thread Anton Pirker

Hi!

On 06/28/2011 08:15 AM, Smoltok41 wrote:

Hey wats up
Im a django newbie and im working on this small project so i need help
on how to add an attachment form so that i can be uploading
attachments.
thanx


I am sure here you find everything you need:
https://docs.djangoproject.com/en/1.3/topics/http/file-uploads/


Regards,
Anton





--
DI(FH) Anton Pirker

-
IGNAZ Softwaremanufaktur
mobile . web . usability . project management

kranzgasse 2/15
a-1150 wien
tel: +43 699 1234 0 456
skype: antonpirker

http://ignaz.at


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Django-utils @async decorator and gunicorn

2011-06-28 Thread Anton Pirker

Hi!

On 06/28/2011 02:45 PM, Javier Guerra Giraldez wrote:

another thing I don't know about is gunicorn; but the 'g' in the name
comes from 'green threads'.  do you (or anybody else) know if that
means that it patches the python thread implementation?  if so, that
could be interfering with the @async thread.
"g" stands for green unicorn. and we use gevent with gunicorn. so it 
could be that there is a problem with the threading implementation..

OTOH, now that you have the daemon running, maybe it would be easier
to use the djutils task queue.  try changing the @async with
@queue_command (found in djutils.queue.decorators)


i have tried this, but it resulted in an strange error.

i think i will skip the asynchronous stuff from djutils. tomorrow i will 
install celery [1] and try my luck with that. :)


thanks for your help,
Anton

[1] http://celeryproject.org/




--
DI(FH) Anton Pirker

-
IGNAZ Softwaremanufaktur
mobile . web . usability . project management

kranzgasse 2/15
a-1150 wien
tel: +43 699 1234 0 456
skype: antonpirker

http://ignaz.at


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.