Re: INSTALACION PYTHON / DJANGO EN DEBIAN

2022-07-12 Thread Andres Bermeo
Intenta primero actualizar los repositorios del servidor... en las 
versiones posteriores a Debian 11... Debian no tenía soporté para Python 
3... 

https://es.joecomp.com/how-install-python-3

utiliza este con la última versión de Python.

El martes, 12 de julio de 2022 a la(s) 08:53:33 UTC-5, gliber...@gmail.com 
escribió:

> Buenas tardes Estimados. Agradecido. Intentare con cada respuesta recibida.
>
>
> Sin mas;
>
> Glibert Certad
>
> El domingo, 10 de julio de 2022 a las 14:47:24 UTC-4, 
> miguel.cu...@gmail.com escribió:
>
>> Hi
>> sudo apt install python3-pip
>> sudo pip3 install --upgrade pip
>> sudo pip install django
>>
>> El sáb, 9 jul 2022 a las 12:44, GLIBERT CERTAD () 
>> escribió:
>>
>>> Estimados, buenas tardes. Hasta ahora he trabajado con Python y Django 
>>> en Sistema Operativo de Windows. Pero por razones labrales, he iniciado un 
>>> proyecto y el servidor disponible posee Debian 9. Cuales son los comandos y 
>>> los pasos para instalar tanto Python como Django en dicho servidor.
>>>
>>> Sin más y agradeciendo de antemano;
>>>
>>> Glibert Certad
>>>
>>> -- 
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/c7b05a27-1068-4197-9fc9-768060cee02cn%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1b2d08ad-00bd-4275-a9f9-ae5b6a264015n%40googlegroups.com.


Looking Best Learning Resources Python / Django

2022-07-19 Thread Muneeb Mughal
I am looking for best learning sources for web and more in django or any
related framework with complete practice and also lead to job ,
experience people recommend only .thanks .

-- 



*RegardsMuneeb Afzal*

*Cell: +92 333 5646624*

Email: muneeb.afzal...@gmail.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAApwjV1z3Ck6Gpk-xCqcW5Gh2sgXYxHzvRVNUx0uhBJxjT61EA%40mail.gmail.com.


Re: Hiring experienced Python + Django engineer

2022-07-21 Thread DJANGO DEVELOPER
Hi Mathew!
I have just applied on the provided email. would love to work with an
interesting team of professionals.

On Thu, Jul 21, 2022 at 10:14 PM Matthew Sherman 
wrote:

> Hi folks! My company, Clarity (claritytuition.com) is looking to fill a
> Senior Software Engineer role. We are building a financial aid platform to
> simplify the process of applying and obtaining financial aid for families,
> as well as provide tools for schools to think more like the businesses that
> they are.
>
> Our team size has gone from 0 to 15 in the past 9 months. We are seeing
> some explosive growth and are hoping to find another technical partner to
> join the journey with us. The team is awesome, work culture is chill, we
> pay well, and care about each other. It's super fulfilling, genuinely.
>
> We have two open positions. If you're interested in chatting, we are too!
> jobs.claritytuition.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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/1ce18235-3ebc-4ae6-8521-b7bb7f865d1an%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAKPY9pmQVFpAWV5%2BBBRyKtXdEo2-yWVvyW8SdPsvKK_9pLtm%3DA%40mail.gmail.com.


Re:Roles and Permissions in python Django

2023-04-01 Thread Daisi Caroline
Hello friends i am doing a django project and i am stack on roles and 
permissions.This is what i am supposed to do.

I am supposed to do the roles and permissions.
So I have done the roles but now permissions is the problem.
For example the organisation admin and the local admin when logged into the 
system they are supposed to see the dashboard.
Security personnel is supposed to only validate the invites.
Staff resident and Portal user are only supposed to create invites.
But in my case all of them when logged in are seeing the dashboard.

Anyone who can help in this please.we can connect.

Regards,
Daisi Caroline.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/13ea8217-134d-4b6b-b7f9-1b79517748d3n%40googlegroups.com.


Re: Help with Python Django Chat

2024-08-02 Thread Tarantula “Menace”
how can one run this code?

On Monday 29 July 2024 at 21:48:36 UTC+2 joey buonocore wrote:

> Hello everyone! I'm currently developing an app which users can chat with 
> eachother on, currently it has a delete feature where you can delete 
> comments you've created, and currently I need to add a button which can 
> send files over, and a button which can edit chats which were made. If 
> anyone wants to take a shot at adding these, here is the html file: 
>
> 
> 
> 
> 
> 
> Chat
> 
> body {
> font-family: 'Arial', sans-serif;
> background-color: #e8eff1;
> margin: 0;
> padding: 0;
> color: #333;
> }
> .header {
> color: #022c22;
> font-size: 14px;
> text-align: center;
> }
> .container {
> max-width: 60%;
> margin: auto;
> }
> .messages {
> background: #ff;
> border-radius: 8px;
> padding: 20px;
> margin-bottom: 30px;
> box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
> font-size: 16px;
> height: 50vh;
> overflow-y: scroll;
> }
> .message {
> border-bottom: 1px solid #ced6e0;
> padding: 15px 0;
> }
> .message:last-child {
> border-bottom: none;
> }
> form {
> display: flex;
> flex-direction: column;
> }
> textarea, input, button {
> margin-bottom: 15px;
> padding: 15px;
> border: 1px solid #ced6e0;
> border-radius: 6px;
> font-size: 16px;
> }
> .button {
> background-color: #2ecc71;
> color: white;
> border: none;
> cursor: pointer;
> transition: background-color 0.3s;
> }
> .button:hover {
> background-color: #27ae60;
> }
> .message-box {
> background: rgba(247, 248, 245, 0.42);
> border-left: 4px solid rgba(51, 177, 104, 0.42);
> margin-bottom: 15px;
> padding: 10px 15px;
> border-radius: 6px;
> box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
> position: relative;
> }
> .message-author {
> font-weight: bold;
> margin-bottom: 5px;
> }
> .message-content {
> font-size: 16px;
> line-height: 1.4;
> display: flex;
> justify-content: space-between;
> align-items: center;
> }
> .message-time {
> font-size: 12px;
> color: #888;
> }
> textarea {
> background: #f8f9fa;
> border: 1px solid #ced4da;
> box-sizing: border-box;
> width: 100%;
> padding: 12px 20px;
> border-radius: 6px;
> min-height: 100px;
> font-size: 16px;
> line-height: 1.5;
> resize: none;
> outline: none;
> }
> .delete-button {
> background-color: #FF9AA2;
> color: white;
> border: none;
> cursor: pointer;
> transition: background-color 0.3s;
> padding: 5px 10px;
> font-size: 14px;
> border-radius: 4px;
> position: absolute;
> right: 10px;
> top: 10px;
> }
> .delete-button:hover {
> background-color: #FF6F61;
> }
> 
> 
> [x-cloak] {
> display: none !important;
> }
> 
> 
> 
> 
> Welcome {{ request.session.username }}
> 
>
> 
> 
> 
> {% regroup messages by created_at.date as dated_messages %}
> {% for date_group in dated_messages %}
> {% for message in date_group.list %}
> 
> {{ message.author.name }}
> 
> 
> {{ message.content }}
> {{ 
> message.created_at|date:"Y-m-d H:i" }}
> 
>  method="post" style="display:inline;">
> {% csrf_token %}
> Delete
> 
> 
> 
> {% endfor %}
> {% endfor %}
> 
> 
>
> 
> 
>  autofocus placeholder="Your next message...">
> Send
> 
> 
> Error sending your message ❌
> 
> 
> 
> 
>  autofocus placeholder="Your next message...">
> 
> Upload
> Send
> 
> 
> Error sending your message ❌
> 
> 
> 
> Return to Lobby
> 
> 
>
> 
> let eventSource;
>   

Re: Help with Python Django Chat

2024-08-05 Thread massimo burlando
I think you used ChatGPT right?

On Friday, August 2, 2024 at 3:59:02 PM UTC+2 Tarantula “Menace” wrote:

> how can one run this code?
>
> On Monday 29 July 2024 at 21:48:36 UTC+2 joey buonocore wrote:
>
>> Hello everyone! I'm currently developing an app which users can chat with 
>> eachother on, currently it has a delete feature where you can delete 
>> comments you've created, and currently I need to add a button which can 
>> send files over, and a button which can edit chats which were made. If 
>> anyone wants to take a shot at adding these, here is the html file: 
>>
>> 
>> 
>> 
>> 
>> > >
>> Chat
>> 
>> body {
>> font-family: 'Arial', sans-serif;
>> background-color: #e8eff1;
>> margin: 0;
>> padding: 0;
>> color: #333;
>> }
>> .header {
>> color: #022c22;
>> font-size: 14px;
>> text-align: center;
>> }
>> .container {
>> max-width: 60%;
>> margin: auto;
>> }
>> .messages {
>> background: #ff;
>> border-radius: 8px;
>> padding: 20px;
>> margin-bottom: 30px;
>> box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
>> font-size: 16px;
>> height: 50vh;
>> overflow-y: scroll;
>> }
>> .message {
>> border-bottom: 1px solid #ced6e0;
>> padding: 15px 0;
>> }
>> .message:last-child {
>> border-bottom: none;
>> }
>> form {
>> display: flex;
>> flex-direction: column;
>> }
>> textarea, input, button {
>> margin-bottom: 15px;
>> padding: 15px;
>> border: 1px solid #ced6e0;
>> border-radius: 6px;
>> font-size: 16px;
>> }
>> .button {
>> background-color: #2ecc71;
>> color: white;
>> border: none;
>> cursor: pointer;
>> transition: background-color 0.3s;
>> }
>> .button:hover {
>> background-color: #27ae60;
>> }
>> .message-box {
>> background: rgba(247, 248, 245, 0.42);
>> border-left: 4px solid rgba(51, 177, 104, 0.42);
>> margin-bottom: 15px;
>> padding: 10px 15px;
>> border-radius: 6px;
>> box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
>> position: relative;
>> }
>> .message-author {
>> font-weight: bold;
>> margin-bottom: 5px;
>> }
>> .message-content {
>> font-size: 16px;
>> line-height: 1.4;
>> display: flex;
>> justify-content: space-between;
>> align-items: center;
>> }
>> .message-time {
>> font-size: 12px;
>> color: #888;
>> }
>> textarea {
>> background: #f8f9fa;
>> border: 1px solid #ced4da;
>> box-sizing: border-box;
>> width: 100%;
>> padding: 12px 20px;
>> border-radius: 6px;
>> min-height: 100px;
>> font-size: 16px;
>> line-height: 1.5;
>> resize: none;
>> outline: none;
>> }
>> .delete-button {
>> background-color: #FF9AA2;
>> color: white;
>> border: none;
>> cursor: pointer;
>> transition: background-color 0.3s;
>> padding: 5px 10px;
>> font-size: 14px;
>> border-radius: 4px;
>> position: absolute;
>> right: 10px;
>> top: 10px;
>> }
>> .delete-button:hover {
>> background-color: #FF6F61;
>> }
>> 
>> 
>> [x-cloak] {
>> display: none !important;
>> }
>> 
>> 
>> 
>> 
>> Welcome {{ request.session.username }}
>> 
>>
>> 
>> 
>> 
>> {% regroup messages by created_at.date as dated_messages %}
>> {% for date_group in dated_messages %}
>> {% for message in date_group.list %}
>> 
>> {{ message.author.name }}
>> 
>> 
>> {{ message.content }}
>> {{ 
>> message.created_at|date:"Y-m-d H:i" }}
>> 
>> > method="post" style="display:inline;">
>> {% csrf_token %}
>> 
>> Delete
>> 
>> 
>> {% endfor %}
>> {% endfor %}
>> 
>> 
>>
>> 
>> 
>> > autofocus placeholder="Your next message...">
>> Send
>> 
>> 
>> Error sending your message ❌
>> 
>> 
>> 
>

Re: Help with Python Django Chat

2024-08-14 Thread Opeoluwa Akinuliola
obviously chat gpt lol

On Monday, August 5, 2024 at 1:48:19 PM UTC+1 massimo burlando wrote:

> I think you used ChatGPT right?
>
> On Friday, August 2, 2024 at 3:59:02 PM UTC+2 Tarantula “Menace” wrote:
>
>> how can one run this code?
>>
>> On Monday 29 July 2024 at 21:48:36 UTC+2 joey buonocore wrote:
>>
>>> Hello everyone! I'm currently developing an app which users can chat 
>>> with eachother on, currently it has a delete feature where you can delete 
>>> comments you've created, and currently I need to add a button which can 
>>> send files over, and a button which can edit chats which were made. If 
>>> anyone wants to take a shot at adding these, here is the html file: 
>>>
>>> 
>>> 
>>> 
>>> 
>>> 
>>> Chat
>>> 
>>> body {
>>> font-family: 'Arial', sans-serif;
>>> background-color: #e8eff1;
>>> margin: 0;
>>> padding: 0;
>>> color: #333;
>>> }
>>> .header {
>>> color: #022c22;
>>> font-size: 14px;
>>> text-align: center;
>>> }
>>> .container {
>>> max-width: 60%;
>>> margin: auto;
>>> }
>>> .messages {
>>> background: #ff;
>>> border-radius: 8px;
>>> padding: 20px;
>>> margin-bottom: 30px;
>>> box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
>>> font-size: 16px;
>>> height: 50vh;
>>> overflow-y: scroll;
>>> }
>>> .message {
>>> border-bottom: 1px solid #ced6e0;
>>> padding: 15px 0;
>>> }
>>> .message:last-child {
>>> border-bottom: none;
>>> }
>>> form {
>>> display: flex;
>>> flex-direction: column;
>>> }
>>> textarea, input, button {
>>> margin-bottom: 15px;
>>> padding: 15px;
>>> border: 1px solid #ced6e0;
>>> border-radius: 6px;
>>> font-size: 16px;
>>> }
>>> .button {
>>> background-color: #2ecc71;
>>> color: white;
>>> border: none;
>>> cursor: pointer;
>>> transition: background-color 0.3s;
>>> }
>>> .button:hover {
>>> background-color: #27ae60;
>>> }
>>> .message-box {
>>> background: rgba(247, 248, 245, 0.42);
>>> border-left: 4px solid rgba(51, 177, 104, 0.42);
>>> margin-bottom: 15px;
>>> padding: 10px 15px;
>>> border-radius: 6px;
>>> box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
>>> position: relative;
>>> }
>>> .message-author {
>>> font-weight: bold;
>>> margin-bottom: 5px;
>>> }
>>> .message-content {
>>> font-size: 16px;
>>> line-height: 1.4;
>>> display: flex;
>>> justify-content: space-between;
>>> align-items: center;
>>> }
>>> .message-time {
>>> font-size: 12px;
>>> color: #888;
>>> }
>>> textarea {
>>> background: #f8f9fa;
>>> border: 1px solid #ced4da;
>>> box-sizing: border-box;
>>> width: 100%;
>>> padding: 12px 20px;
>>> border-radius: 6px;
>>> min-height: 100px;
>>> font-size: 16px;
>>> line-height: 1.5;
>>> resize: none;
>>> outline: none;
>>> }
>>> .delete-button {
>>> background-color: #FF9AA2;
>>> color: white;
>>> border: none;
>>> cursor: pointer;
>>> transition: background-color 0.3s;
>>> padding: 5px 10px;
>>> font-size: 14px;
>>> border-radius: 4px;
>>> position: absolute;
>>> right: 10px;
>>> top: 10px;
>>> }
>>> .delete-button:hover {
>>> background-color: #FF6F61;
>>> }
>>> 
>>> 
>>> [x-cloak] {
>>> display: none !important;
>>> }
>>> 
>>> 
>>> 
>>> 
>>> Welcome {{ request.session.username }}
>>> 
>>>
>>> 
>>> 
>>> 
>>> {% regroup messages by created_at.date as dated_messages %}
>>> {% for date_group in dated_messages %}
>>> {% for message in date_group.list %}
>>> 
>>> {{ message.author.name 
>>> }}
>>> 
>>> {{ message.content }}
>>> {{ 
>>> message.created_at|date:"Y-m-d H:i" }}
>>> 
>>> >> method="post" style="display:inline;">
>>> {% csrf_token %}
>>> 
>>> Delete
>>> 
>>> 
>>> {% endfo

Sorting list of objets in Python/Django

2008-09-21 Thread Nianbig

Hi,

I have a people-list like this:
>>> class a:
... def __init__(self, name, number):
... self.name = name
... self.number = number
...
>>> b = []
>>> b.append( a('Smith', 1) )
>>> b.append( a('Dave', 456) )
>>> b.append( a('Guran', 9432) )
>>> b.append( a('Asdf', 12) )

How do I sort this on their names e.g. ascending? I have tried
b.sort() and so on in all sorts of ways but I can´t figure this one
out..

Would be thankful for help.

/Nianbig
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Address Book Contact Importer in Python/Django?

2008-11-27 Thread [EMAIL PROTECTED]

Hi guys,

Does anybody know of a Python script or Django module that can handle
address book email importing? For instance, if I type my gmail email
and password it will then fetch all of the email addresses. I know of
plenty of paid PHP scripts around that allow gmail, hotmail, aol etc.
Is there an equivalent in Python?

Thanks,

Mike.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Full Time Freelance Python/Django Developer required

2011-09-18 Thread Farhan Ahmed
I am looking to hire full time, Work from home, Python/Django
developer for a USA based company.

Please contact me at farhan_ahme...@hotmail.com for further details.

Regards,

Farhan

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



Python/Django position in Newport Beach, CA

2009-10-05 Thread rosan

Structure Networks is in search of Sr. Web Applications Developers for
our client in Newport Beach, CA.  Structure Networks is one of Orange
County's fastest growing IT Staffing companies.

Term: Contract to hire or Direct hire
3 positions available

We are seeking 3 Python (DJANGO) programmers with web-based
development experience to assist with developing web based
applications. The successful candidate should have excellent Python
programming skills (with web development and dynamically generated
charts/plots in particular) and working knowledge of Linux/UNIX Shell
Scripts and SQL. Knowledge of Python integration with C/C++ - a
definite plus.

Selected candidate will be working to develop and enhance applications
used by Fixed Income Portfolio Management. You will assist in the
design, construction and enhancement of the applications used.


Qualified candidates must possess a four-year college degree with a
preferred major in Computer Science, Computer Engineering, or other
technical/IT degree. A strong familiarity with Python on Linux; recent
(2007) experience is required. Knowledge with web technologies
including Apache, JavaScript/AJAX, CSS, HTML, designing, coding, and
testing web based applications a plus. Programming experience in C++
is also a plus.

Our selected individual must be a team player, be self-motivated, and
have excellent verbal communication skills. In addition, the ability
to project manage and work within a team environment will be critical
to being successful in this role. Experience in the Securities
industry, preferably Fixed Income is a plus.

Qualifications/Requirements
* 3+ years of Python (DJANGO) programming on Linux/Unix platform;
recent (2007) required
* Programming skills building forms, lay-outs, charts, and graphing
required
* Designing, coding, and testing web based applications preferred.
* Strong organizational, oral and written communications skills
* High energy/self starter with the ability to work independently
within the firm's demanding and highly focused environment

--~--~-~--~~~---~--~~
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: setup python, django for web development

2009-11-15 Thread Ishwor Gurung
Harshad,
Hi.

2009/11/16 harshad :
> hello All,
>
> Im new to python, django. Can anyone help me as to how to do the setup
> on windows so that i can start developing web based applications on
> python.
http://groups.google.com/group/django-users/browse_thread/thread/6376673e1f281a8f/88e2cd1f50364610
-- 
Regards,
Ishwor Gurung

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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=.




Re: setup python, django for web development

2009-11-16 Thread Zeynel
This site has instructions 
http://www.webmonkey.com/tutorial/Install_Django_and_Build_Your_First_App
that appear to be simpler than the official django tutorial
http://docs.djangoproject.com/en/dev/intro/install/#intro-install

On Nov 16, 1:20 am, harshad  wrote:
> hello All,
>
> Im new to python, django. Can anyone help me as to how to do the setup
> on windows so that i can start developing web based applications on
> python.
>
> regards
> harshad

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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=.




Urgent Help Needed On Python/Django ModelChoiceFields

2010-04-07 Thread pedjk
Ok, I'm quite new to Python and Django so this might actually have a
simple solution.

I'm coding for a form using Django and I have a ModelChoiceField. Now
what I want to do is make the options for this field customizable. So
if you choose an option, a set of links would be generated allowing
you to move to the next step.

All I know is that this should show up on the admin page for Django,
and it might require a state table or some sort of back coding from
mysql.

If anyone could help, this is quite urgent.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



Any Python/Django developers in Silicon Valley?

2010-12-13 Thread MichelleAtTEK
Hi All,

 I am looking to network with Python/Django users in the South bay
area for a long ter/FT opportunity. If you or anyone you know has 3+
years of experience with Python I would like to talk if for nothing
more than networking. If interested please give me a call at
408.367.6833 or em mbennett at teksystems.com

Thank you!

Regards,

Michelle

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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: Excellent Python/Django Opportunity in Atlanta!!!

2010-12-22 Thread Venkatraman S
On Wed, Dec 22, 2010 at 9:05 PM, ATL Recruiter wrote:

>
> Our client is building a team of world-class Python Developers with
> varying degrees of seniority and skills to build a brand new
> application that will drive this company to their future-state.
>

Mentioning the name of the client always adds some credibility to the post.

"future-state" -- nice! What are they building? :)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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: looking cheap Python/Django/mySQL hosting

2011-01-26 Thread Praveen Krishna R
Free hosting @  *http://www.alwaysdata.com/*

On Wed, Jan 26, 2011 at 8:36 AM, GSV  wrote:

> for small project.
>
> Thank you
>
> --
> 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.
>
>


-- 
*Praveen Krishna R*

-- 
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: looking cheap Python/Django/mySQL hosting

2011-01-26 Thread Jonas Geiregat



> for small project.
> 

I use djangoeurope.com. They have server in Paris and Zurich.



-- 
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: looking cheap Python/Django/mySQL hosting

2011-01-26 Thread Praveen Krishna R
*webfaction.com is also good, you can go live with your app in minutes.*
*See http://djangofriendly.com for a list of django friendly web hosts...
*
On Wed, Jan 26, 2011 at 4:20 PM, Jonas Geiregat  wrote:

>
>
>
> > for small project.
> >
>
> I use djangoeurope.com. They have server in Paris and Zurich.
>
>
>
> --
> 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.
>
>


-- 
*Praveen Krishna R*

-- 
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: looking cheap Python/Django/mySQL hosting

2011-01-26 Thread CrabbyPete
http://www.asmallorange.com/

On Jan 26, 12:36 am, GSV  wrote:
> for small project.
>
> Thank you

-- 
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: looking cheap Python/Django/mySQL hosting

2011-01-26 Thread James Abel
+1 on http://www.webfaction.com/ .  I'm using it and the automation 
and documentation are good.  Fast servers and reasonably priced.

-- 
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: Experienced -> Senior Python / Django Developer Required

2011-03-30 Thread nadaeivar
Hi,
I'm in Senegal africa, cant i postule
Envoyé par mon BlackBerry® smartphone de Tigo

-Original Message-
From: Tom Inglis 
Sender: django-users@googlegroups.com
Date: Wed, 30 Mar 2011 05:34:35 
To: Django users
Reply-To: django-users@googlegroups.com
Subject: Experienced -> Senior Python / Django Developer Required

Role:

We require an experienced Python / Django developer for our exciting
Edinburgh-based startup company. The role involves the full lifecycle
agile development of sophisticated social website and mobile
applications, and will grow in time to include leadership of a team
of
developers.

Essential Skills:

Python, Django
HTML 5, CSS 3
JavaScript, jQuery
PostgreSQL

Desirable Skills:

Ubuntu
Nginx, WSGI
Solr
Memcached
OpenStreetMap
Amazon Web Services
Ruby

Benefits:

The successful candidate will benefit from the autonomy to shape the
direction of the company's technology, whilst working on cutting edge
projects for major clients. They will be based at our stylish office
in central Edinburgh, and will command a competitive salary.

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

-- 
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: New python, django user... having issues

2011-04-16 Thread Walt
Windows 64 does make things interesting, but just to summarize
what I do to install on Windows:

Install python2.5: http://www.python.org/download/releases/2.5.4/
Install latest apache: http://httpd.apache.org/download.cgi#apache22
Install mod_python for python 2.5:
http://archive.apache.org/dist/httpd/modpython/win/3.3.1/mod_python-3.3.1.win32-py2.5-Apache2.2.exe
Install your database of choice (postgresql 9.0.1/ mysql):
http://www.enterprisedb.com/products-services-training/pgdownload#windows
http://www.mysql.com/downloads/mysql/
Install the appropriate python connector:
http://www.stickpeople.com/projects/python/win-psycopg/psycopg2-2.4.win32-py2.5-pg9.0.3-release.exe
http://sourceforge.net/projects/mysql-python/files/mysql-python/1.2.2/MySQL-python-1.2.2.win32-py2.5.exe/download

I also usually install svn: http://www.sliksvn.com/en/download
svn co http://code.djangoproject.com/svn/django/trunk/

Add python's bin to your path, add django-admin.py to your path
and you should be good to go.

The reason for using 2.5 is that mod_python or windows and
the MySQL Python connector only support that version, at
least as far as I have been able to find.

Good luck,
Walt


-~

-- 
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: New python, django user... having issues

2011-04-16 Thread leo

I have two models, model A and model B ,

model A like this

CUSTOMER_NAME = (
(IBM, 'IBM'),
(GSMC, 'GSMD'),
(CSMC, 'CSMC'),
(HJTC, 'HJTC'),

customer_name = models.IntegerField(choices = CUSTOMER_NAME, default = IBM,)
activity_type = models.IntegerField(choices = ACTIVITY_TYPE, )

I want the constant CUSTOMER_NAME  query from model B, how can I do that,
when I make a query in model A main body, like this

entity_id = ToolDetail.objects.all()

it tell me entity_id is not definedhow can I make this 
query...someone help me.



--
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: New python, django user... having issues

2011-04-16 Thread Walt
I think you're hijacking this thread, yes?

Can you submit all the code for the models, please?

Perhaps start a new thread...

-- 
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: New python, django user... having issues

2011-04-16 Thread Łukasz Rekucki
On 16 April 2011 16:36, Walt  wrote:
> Windows 64 does make things interesting, but just to summarize
> what I do to install on Windows:
>
> Install mod_python for python 2.5:

Do yourself a favour and switch to something else then mod_python.
It's a dead project (that's why it probably won't work with newer
Python). Use mod_wsgi, uwsgi or gunicorn (or any other WSGI server).

> The reason for using 2.5 is that mod_python or windows and
> the MySQL Python connector only support that version, at
> least as far as I have been able to find.

The PyPI page says otherwise[1]. You probably mean that there is no
binary packages for newer Python versions. If you trust random blogs,
here are some packages [2][3].

[1]: http://pypi.python.org/pypi/MySQL-python/1.2.3
[2]: http://www.codegood.com/archives/4
[3]: http://www.codegood.com/archives/129

-- 
Łukasz Rekucki

-- 
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: New python, django user... having issues

2011-04-16 Thread Vang
Hey, thank you guys so much for your help. I was able to get
everything installed. Appreciate it lots.

On Apr 16, 2:40 pm, Łukasz Rekucki  wrote:
> On 16 April 2011 16:36, Walt  wrote:
>
> > Windows 64 does make things interesting, but just to summarize
> > what I do to install on Windows:
>
> > Install mod_python for python 2.5:
>
> Do yourself a favour and switch to something else then mod_python.
> It's a dead project (that's why it probably won't work with newer
> Python). Use mod_wsgi, uwsgi or gunicorn (or any other WSGI server).
>
> > The reason for using 2.5 is that mod_python or windows and
> > the MySQL Python connector only support that version, at
> > least as far as I have been able to find.
>
> The PyPI page says otherwise[1]. You probably mean that there is no
> binary packages for newer Python versions. If you trust random blogs,
> here are some packages [2][3].
>
> [1]:http://pypi.python.org/pypi/MySQL-python/1.2.3
> [2]:http://www.codegood.com/archives/4
> [3]:http://www.codegood.com/archives/129
>
> --
> Łukasz Rekucki

-- 
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: Setting Network settings from Python/Django

2012-01-23 Thread yati sagade
Hi Ganesh
Why do you want to do it with Django? You can go about building a light GUI
in python that accomplishes your task, but, again, since you say the
system's embedded, I don't know what libraries are you willing to put on
it. Also, it will require the Python runtime to be installed. That said,
this  might help.

Cheers!


On Sun, Jan 22, 2012 at 2:50 PM, Ganesh Kumar  wrote:

> Hi guys
>
> I'm working on a simple web interface for an embedded computer. The
> computer will ship with a static default ip that will then need to be
> updated by the install tech who may not be tech/linux savvy.
>
> Basicly I need to change the following system settings from a Django app.
>
>1. IP Addres
>2. Subnet
>3. Default Gateway
>4. DNS Servers 1&2
>
> I realize that I can could just overwrite the config files in linux but I
> was wondering if there is a more "Python" way of doing it.
>
> I want any ready to use module is there, please guide me.
>
>
> -Ganesh.
> Did I learn something today? If not, I wasted it.
>
> --
> 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.
>



-- 
Yati Sagade 

(@yati_itay )

-- 
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: Setting Network settings from Python/Django

2012-01-27 Thread Leandro Ostera Villalva
I take it that, at the end of the day, Django is Python code, thus you can
execute whatever Python code you want in certain places (like views).

Hope that pointed somewhere!

El 22 de enero de 2012 01:20, Ganesh Kumar  escribió:

> Hi guys
>
> I'm working on a simple web interface for an embedded computer. The
> computer will ship with a static default ip that will then need to be
> updated by the install tech who may not be tech/linux savvy.
>
> Basicly I need to change the following system settings from a Django app.
>
>1. IP Addres
>2. Subnet
>3. Default Gateway
>4. DNS Servers 1&2
>
> I realize that I can could just overwrite the config files in linux but I
> was wondering if there is a more "Python" way of doing it.
>
> I want any ready to use module is there, please guide me.
>
>
> -Ganesh.
> Did I learn something today? If not, I wasted it.
>
> --
> 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.
>



-- 
Regards,

Leandro Ostera,
*BLOG - Check what I'm doing now 
EMAIL - Write me an email 
SHOWCASE - Check my latest projects *

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



[Session] [Bangalore - India] Python & Django – Introduction & Demo

2012-02-08 Thread Sivasubramaniam Arunachalam
Hi All,

There is a Django introduction session with demo scheduled in Bar Camp 2012.

*Venue : SAP Labs India , Bangalore, India*
*Date : 11-Feb-2012*

More details @
http://barcampbangalore.org/bcb/bcb11/python-django-introduction-demo

Thanks & Regards,
Sivasubramaniam Arunachalam

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



Software Developer Python/Django in Berlin/Germany

2012-05-14 Thread hhhei
For our customer, a Berlin company in the fast growing market of video
delivery service, we are currently looking for an experienced python/
django developer. The job contains the development of a software for
cutting-edge video delivery technology with latest development
technologies. You should have a broad-based knowledge of networking
technologies and excellent technical skills. You will have diversified
duties and responsibilities in a comfortable and cooperative work
climate in the heart of Berlin!
For more details: 
http://www.roedel-beratung.de/pdf/JobdescribtionPythonDjango.pdf
Feel free to contact us!

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



Python/Django Position in San Jose, CA

2012-06-01 Thread Trupti Deshpande

Position 1: Sr Software Engineer
Location :San Jose ,CA
Contract  :  6-12 Months Contract
Primary Job
Responsibilities:
We are looking for exceptional senior software engineers that have a
strong command of web application programming in a Linux environment.
They would be working within a small engineering team to:
•   Implement new web tools using Python/Django in a Linux/Apache
environment with high quality.
•   Enhance current product capabilities for better performance,
scalability and maintainability.
•   Create detailed technical design documents and participate in
design reviews.
•   Play an active role in implementing and providing feedback on
new processes
•   Provide technical guidance and assistance to other software
engineers.
•   Candidate should be  detail-oriented, organized, proactive,
and able to work on multiple projects/tasks simultaneously
Job Requirements:
•   Bachelors Degree in Computer Science is required and MSCS
preferred.
•   Targeting engineers with 2 to 5 years of work experience.
•   Strong background in Python / Django, with emphasis on
Python’s web capabilities
•   At least 1 year of experience with Linux web development and
deployment.
•   Proficient in JavaScript, jQuery, CSS, HTML. (Around 1year exp
will also do)
•   Competent level C++ skills with demonstrated ability to
resolve complex problems is a plus
•   Knowledge of git, SOA, database performance, PHP, UML, and
Agile programming practices is a plus.
•   Strong verbal and written communication skills



Regards,

Trupti
Technical Recruiter
Flexton Inc
408-845-9400 Ext: 112
tru...@flextoninc.com
www.flextoninc.com

-- 
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: I need a programmer Python Django

2012-06-14 Thread Frankline
It would be best if you listed the requirements or at the very least what
the app is all about.

-- 
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: I need a programmer Python Django

2012-06-14 Thread Carlos Daniel Ruvalcaba Valenzuela
I work with a freelancer group with a focus on django/python clients,
we can send you a quote if you can tell us more about this project.

Drop me an email to either:

clsdan...@gmail.com
clsdan...@blackchairsoft.com

Regards,
Carlos Ruvalcaba
Blackchair Software

-- 
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: I need a programmer Python Django

2012-06-19 Thread RandyatBixly
Yes, please list the requirements. We specialize in Python/Django 
development (www.bixly.com) and may be able to help. If you list details we 
can go from there.

Best,
Randy George
Bixly.com

On Thursday, June 14, 2012 4:28:04 PM UTC-7, javierlima13 wrote:
>
> I need a quote for a app Im building using Python on Django framework. 
>
> thx
>

-- 
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/-/stBmwYINdY4J.
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: Tools - Slow in python django fw

2012-10-01 Thread Babatunde Akinyanmi
There are reasons why your app is slow but nobody would be able to
tell you without viewing your sources. You can profile the app and
pinpoint where exactly is slow and ask for advise from the list.

You can install django-debug-toolbar to profile your database queries.

On 10/1/12, siva <85s...@gmail.com> wrote:
> Hi ,
>
> We have converted our tools from php to django framework but tool
> performance is very slow compare to php .
>
> Please let us what are things we have to do ...
>
> Thanks,
> Siva
>
> --
> 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/-/7s9SZXW-TYUJ.
> 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.
>
>

-- 
Sent from my mobile device

-- 
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: Tools - Slow in python django fw

2012-10-01 Thread Sergiy Khohlov
Have you disabled debug in setting.py ?

2012/10/1 Babatunde Akinyanmi :
> There are reasons why your app is slow but nobody would be able to
> tell you without viewing your sources. You can profile the app and
> pinpoint where exactly is slow and ask for advise from the list.
>
> You can install django-debug-toolbar to profile your database queries.
>
> On 10/1/12, siva <85s...@gmail.com> wrote:
>> Hi ,
>>
>> We have converted our tools from php to django framework but tool
>> performance is very slow compare to php .
>>
>> Please let us what are things we have to do ...
>>
>> Thanks,
>> Siva
>>
>> --
>> 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/-/7s9SZXW-TYUJ.
>> 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.
>>
>>
>
> --
> Sent from my mobile device
>
> --
> 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.
>

-- 
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: Tools - Slow in python django fw

2012-10-01 Thread Cal Leeming [Simplicity Media Ltd]
Yeah, you're going to need to give us much more information than that.

Here is a great link to show the kind of information you'd need to give;

https://code.djangoproject.com/wiki/UsingTheMailingList

Once you've sent more information, I'm sure someone will be able to help :)

Cal

On Mon, Oct 1, 2012 at 5:58 AM, siva <85s...@gmail.com> wrote:

> Hi ,
>
> We have converted our tools from php to django framework but tool
> performance is very slow compare to php .
>
> Please let us what are things we have to do ...
>
> Thanks,
> Siva
>
> --
> 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/-/7s9SZXW-TYUJ.
> 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.
>

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



A great opportunity for Python-Django Developers

2013-05-06 Thread Jitendra Jain
A great opportunity for Python-Django gurus | Send your resumes to 
sa...@recoverify.com It's a well funded start-up with a great team (10+ yrs 
exp. techies, one of them is accredited investor in US)


It's one of those true start-up opportunities, where you will work at very 
fast pace - grow technically and get nice equity + salary. You will love 
the culture, ownership and visibility! Of course, we like smartest of the 
smart engineers who are also passionate - so if you have it in you - send 
your latest resume and Github handle to sa...@recoverify.com 



   - Hands-on experience with Python 2.7/3.3 
   - Experience with Django and/or any other web frameworks would be a huge 
   plus!
   - Hands-on MySQL and any flavour of Linux, a must 
   - Should have an understanding of how to use Public APIs - Google, 
   Facebook, Twitter etc.
   - Experience/knowledge of AWS API/SDK and ecosystem will help greatly
   - Passion to learn/excel and a great attitude is very important

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




A ready made python/django validation class

2013-06-06 Thread niiati
Hello Snr Python/Django programmers,

I am very new to python/Django and I find writing validation classes for my 
application very tedious and repetitive. I am wondering if there is a ready 
made class for validation. I mean validating things like date, integers, 
address, currency and stuff like that.

Please 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 django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Looking for remote python/django software engineers

2015-04-06 Thread Jeff
If this post is not allowed, please delete. Thanks

I lead a development team that uses django and python to build an online 
web portal.  I am looking for additional help short or long term, if you 
are **very comfortable with all of the following skills** please let me 
know and send your resume/background.

This can be a work from home position, during the core business hours 
9am-4pm gmt-7 (US Mountain Time Zone)


1) Django managers and querysets (ORM) as database access layer. 
2) Service/API/domain layer via django models.
3) Security (role based authentication and authorization) via class 
permissions and/or 3rd party Djagno apps for role based security, use of 
decorators in URLConf or mixins, etc...
4) Unit and integration testing, tdd and/or bdd 
5) Distributed architecture using multiple instances of web and app 
servers. 
6) Dependency Injection via INSTALLED_APPS or other ways if they exist. 
7) Celery for async queues and Enterprise Integration Patterns. 


We also use Github, jenkins, AWS and Linux, and need engineers that can 
build apps that are easy to maintain, extend, are secure, and can scale out 
to 1000s of concurrent connections.  Also familiar with DRY and YAGNI and 
know how they determine what and how you create solutions. We also use 
scrum and lira to manage our work.  
I can be reached at j-man-gan-@-g-mail.c-om  (remove the dashes - )

Thanks.

-- 
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/a24172b3-eecf-4f5d-84a9-bdca4a441392%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Python / Django newbie looking for mentorship

2017-03-19 Thread propellerhat
If you have 20 Years of experience as a software developer you can easily 
learn python by yourself in one or two weeks. 

There is a nice tutorial on the official Python website:

> https://docs.python.org/3.6/tutorial/introduction.html

You can ask beginner questions on the Python Tutor mailing list:

> https://mail.python.org/mailman/listinfo/tutor

For learning the Django framework, I can't really comment on it, because 
I'm a newbie myself. However I'm not planning to hire anybody to each me.

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9d6b653e-0dc9-44c7-8c33-3cef42b77484%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Python / Django newbie looking for mentorship

2017-03-19 Thread Feria Científica
I am a second year student of Electrical Engineering. I am a little bit
lost on where to start with Django/Python. I´d like to run programs to see
functions in action.  Where can I see codes??  Thanks

Richard

On Sun, Mar 19, 2017 at 7:12 PM, propellerhat 
wrote:

> If you have 20 Years of experience as a software developer you can easily
> learn python by yourself in one or two weeks.
>
> There is a nice tutorial on the official Python website:
>
> > https://docs.python.org/3.6/tutorial/introduction.html
>
> You can ask beginner questions on the Python Tutor mailing list:
>
> > https://mail.python.org/mailman/listinfo/tutor
>
> For learning the Django framework, I can't really comment on it, because
> I'm a newbie myself. However I'm not planning to hire anybody to each me.
>
> --
> 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 https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/9d6b653e-0dc9-44c7-8c33-3cef42b77484%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALxdnWbzZ05Y2JYcp3M5Ds4Q6YEcMzLG2-TWnPFuFPiK2RH82A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Python / Django newbie looking for mentorship

2017-03-19 Thread Mark Phillips
Feria,

Start here if you are comfortable with Python
https://docs.djangoproject.com/en/1.10/intro/tutorial01/

Start here if you are new to Python...
https://www.codecademy.com/learn/python

Both are hands on.

Good luck!

Mark

On Sun, Mar 19, 2017 at 6:52 PM, Feria Científica <
laferiacientif...@gmail.com> wrote:

> I am a second year student of Electrical Engineering. I am a little bit
> lost on where to start with Django/Python. I´d like to run programs to see
> functions in action.  Where can I see codes??  Thanks
>
> Richard
>
> On Sun, Mar 19, 2017 at 7:12 PM, propellerhat 
> wrote:
>
>> If you have 20 Years of experience as a software developer you can easily
>> learn python by yourself in one or two weeks.
>>
>> There is a nice tutorial on the official Python website:
>>
>> > https://docs.python.org/3.6/tutorial/introduction.html
>>
>> You can ask beginner questions on the Python Tutor mailing list:
>>
>> > https://mail.python.org/mailman/listinfo/tutor
>>
>> For learning the Django framework, I can't really comment on it, because
>> I'm a newbie myself. However I'm not planning to hire anybody to each me.
>>
>> --
>> 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 https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/9d6b653e-0dc9-44c7-8c33-3cef42b77484%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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 https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CALxdnWbzZ05Y2JYcp3M5Ds4Q6YEcM
> zLG2-TWnPFuFPiK2RH82A%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEqej2Mdtg7ezdCF%3D4_tgiFjoF%3DwW%3DnK7PAZnd9-UA9cispmow%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Python / Django newbie looking for mentorship

2017-03-20 Thread Antonis Christofides
> If you have 20 Years of experience as a software developer you can easily
> learn python by yourself in one or two weeks.

Of course he can. However a teacher is a huge boon, for various reasons, and if
you have a little more money than time it's really a good idea to get one.

If someone is experienced in C or Delphi, for example, their first Python code
looks like this:

for i in range(alist):

do_something(alist[i])


Unlearning the C idioms and learning the Python ones is much faster and much
easier with a teacher.

Regards,

A.

Antonis Christofides
http://djangodeployment.com


On 03/20/2017 12:12 AM, propellerhat wrote:
> If you have 20 Years of experience as a software developer you can easily
> learn python by yourself in one or two weeks.
>
> There is a nice tutorial on the official Python website:
>
> > https://docs.python.org/3.6/tutorial/introduction.html
>
> You can ask beginner questions on the Python Tutor mailing list:
>
> > https://mail.python.org/mailman/listinfo/tutor
>
> For learning the Django framework, I can't really comment on it, because I'm a
> newbie myself. However I'm not planning to hire anybody to each me.
> -- 
> 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 https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/9d6b653e-0dc9-44c7-8c33-3cef42b77484%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d1ba416e-6232-8f6e-ccb5-fa6cd03849d0%40djangodeployment.com.
For more options, visit https://groups.google.com/d/optout.


Re: Python / Django newbie looking for mentorship

2017-03-20 Thread Feria Científica
Thanks   a lot, I´ll start by the second,   greetings!

Richard

On Mon, Mar 20, 2017 at 2:03 AM, Mark Phillips 
wrote:

> Feria,
>
> Start here if you are comfortable with Pythonhttps://docs.
> djangoproject.com/en/1.10/intro/tutorial01/
>
> Start here if you are new to Python...https://www.
> codecademy.com/learn/python
>
> Both are hands on.
>
> Good luck!
>
> Mark
>
> On Sun, Mar 19, 2017 at 6:52 PM, Feria Científica <
> laferiacientif...@gmail.com> wrote:
>
>> I am a second year student of Electrical Engineering. I am a little bit
>> lost on where to start with Django/Python. I´d like to run programs to see
>> functions in action.  Where can I see codes??  Thanks
>>
>> Richard
>>
>> On Sun, Mar 19, 2017 at 7:12 PM, propellerhat > > wrote:
>>
>>> If you have 20 Years of experience as a software developer you can
>>> easily learn python by yourself in one or two weeks.
>>>
>>> There is a nice tutorial on the official Python website:
>>>
>>> > https://docs.python.org/3.6/tutorial/introduction.html
>>>
>>> You can ask beginner questions on the Python Tutor mailing list:
>>>
>>> > https://mail.python.org/mailman/listinfo/tutor
>>>
>>> For learning the Django framework, I can't really comment on it, because
>>> I'm a newbie myself. However I'm not planning to hire anybody to each me.
>>>
>>> --
>>> 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 https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/django-users/9d6b653e-0dc9-44c7-8c33-3cef42b77484%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> 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 https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/CALxdnWbzZ05Y2JYcp3M5Ds4Q6YEcMzLG2-
>> TWnPFuFPiK2RH82A%40mail.gmail.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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 https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAEqej2Mdtg7ezdCF%3D4_tgiFjoF%
> 3DwW%3DnK7PAZnd9-UA9cispmow%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALxdnWZ3n%2B%3DtMcr%3Dr5gNbxviTSkg%3DPkVqsJee32DNFb6LZ9D0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: python django fields and row calculation

2017-04-04 Thread Lachlan Musicman
Depends on your models, but write a small function that returns the balance?

def balance(self):
return self.entitlement - self.num_days


(for instance)

L.

--
The most dangerous phrase in the language is, "We've always done it this
way."

- Grace Hopper

On 5 April 2017 at 10:49, sum abiut  wrote:

> Hi,
>
> I am working on an leave management system and I am having a some
> difficulties trying to figure out how to accomplished this scenario.
>
> for example i have a table of.
>
> when a user apply for a leave i want to get the previous
> total_leave_balance of the applicant and minus his/her current num_days and
> assign the result to be the total_leave_balance. Please advise what would
> be the best way to approach this.
>
>
> *username* *first_name* *second_name* *num_days* *leave_entitlement*
> *beginning_bal* *Total_leave_balance*
> jtom james tom 3 12 23 20
> tjohn tom john 2 2 5 7
> atom anna tom 3 21 2
>
> jtom james tom 3 4 2
>
> atom anna tom 3 3 5
>
>
>
> cheers,
>
> --
> 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 https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAPCf-y562uvxRwTf0iFnT6Lcos8_nd3FD5u%3D7MVVp2yN4qAcDA%
> 40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGBeqiN6th0dJWHTN0R--sehmD0B--DzbzUV6a5mXOLfz_5MHg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: python django fields and row calculation

2017-04-04 Thread sum abiut
Thank for taking your time to respond. my problem is automating that, for
example when a user apply for a leave i want the system to calculate and
update the total balance automatically. But Since a user can apply for a
leave more that once which mean a user can have more that one record of
leave application on the database. My problem is having to figure out when
was the last time that the user has launch his/her leave application so
that i can minus num_days from the that total balance.


thanks



On Wed, Apr 5, 2017 at 12:20 PM, Lachlan Musicman  wrote:

> Depends on your models, but write a small function that returns the
> balance?
>
> def balance(self):
> return self.entitlement - self.num_days
>
>
> (for instance)
>
> L.
>
> --
> The most dangerous phrase in the language is, "We've always done it this
> way."
>
> - Grace Hopper
>
> On 5 April 2017 at 10:49, sum abiut  wrote:
>
>> Hi,
>>
>> I am working on an leave management system and I am having a some
>> difficulties trying to figure out how to accomplished this scenario.
>>
>> for example i have a table of.
>>
>> when a user apply for a leave i want to get the previous
>> total_leave_balance of the applicant and minus his/her current num_days and
>> assign the result to be the total_leave_balance. Please advise what would
>> be the best way to approach this.
>>
>>
>> *username* *first_name* *second_name* *num_days* *leave_entitlement*
>> *beginning_bal* *Total_leave_balance*
>> jtom james tom 3 12 23 20
>> tjohn tom john 2 2 5 7
>> atom anna tom 3 21 2
>>
>> jtom james tom 3 4 2
>>
>> atom anna tom 3 3 5
>>
>>
>>
>> cheers,
>>
>> --
>> 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 https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/CAPCf-y562uvxRwTf0iFnT6Lcos8_nd3FD5u%
>> 3D7MVVp2yN4qAcDA%40mail.gmail.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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 https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAGBeqiN6th0dJWHTN0R--sehmD0B-
> -DzbzUV6a5mXOLfz_5MHg%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAPCf-y5CNSJacdxNqL%2Bxwa0LkjAvsoT%3D1%2B384hNJ0KxfhGi87A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: python django fields and row calculation

2017-04-04 Thread Lachlan Musicman
Well, if it's on the user model as a function, then it will happen as soon
as you call it.

If they can have mulitple applications in process, then you will need to
program your function(s) to account for that.

As they say "there's more than one way to do it".

You could add a "remaining days" var to the user model and store the info
in there secretly.
You could get the function to programmatically work through the
applications for the user in the order in which they have been received?
...

cheers
L.


--
The most dangerous phrase in the language is, "We've always done it this
way."

- Grace Hopper

On 5 April 2017 at 13:21, sum abiut  wrote:

> Thank for taking your time to respond. my problem is automating that, for
> example when a user apply for a leave i want the system to calculate and
> update the total balance automatically. But Since a user can apply for a
> leave more that once which mean a user can have more that one record of
> leave application on the database. My problem is having to figure out when
> was the last time that the user has launch his/her leave application so
> that i can minus num_days from the that total balance.
>
>
> thanks
>
>
>
> On Wed, Apr 5, 2017 at 12:20 PM, Lachlan Musicman 
> wrote:
>
>> Depends on your models, but write a small function that returns the
>> balance?
>>
>> def balance(self):
>> return self.entitlement - self.num_days
>>
>>
>> (for instance)
>>
>> L.
>>
>> --
>> The most dangerous phrase in the language is, "We've always done it this
>> way."
>>
>> - Grace Hopper
>>
>> On 5 April 2017 at 10:49, sum abiut  wrote:
>>
>>> Hi,
>>>
>>> I am working on an leave management system and I am having a some
>>> difficulties trying to figure out how to accomplished this scenario.
>>>
>>> for example i have a table of.
>>>
>>> when a user apply for a leave i want to get the previous
>>> total_leave_balance of the applicant and minus his/her current num_days and
>>> assign the result to be the total_leave_balance. Please advise what would
>>> be the best way to approach this.
>>>
>>>
>>> *username* *first_name* *second_name* *num_days* *leave_entitlement*
>>> *beginning_bal* *Total_leave_balance*
>>> jtom james tom 3 12 23 20
>>> tjohn tom john 2 2 5 7
>>> atom anna tom 3 21 2
>>>
>>> jtom james tom 3 4 2
>>>
>>> atom anna tom 3 3 5
>>>
>>>
>>>
>>> cheers,
>>>
>>> --
>>> 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 https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/django-users/CAPCf-y562uvxRwTf0iFnT6Lcos8_nd3FD5u%3D7MVV
>>> p2yN4qAcDA%40mail.gmail.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> 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 https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/CAGBeqiN6th0dJWHTN0R--sehmD0B--
>> DzbzUV6a5mXOLfz_5MHg%40mail.gmail.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> 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 https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAPCf-y5CNSJacdxNqL%2Bxwa0LkjAvsoT%
> 3D1%2B384hNJ0KxfhGi87A%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

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

Re: python django fields and row calculation

2017-04-05 Thread sum abiut
Thanks heaps this should get me started

On Wed, Apr 5, 2017 at 2:42 PM, Lachlan Musicman  wrote:

> Well, if it's on the user model as a function, then it will happen as soon
> as you call it.
>
> If they can have mulitple applications in process, then you will need to
> program your function(s) to account for that.
>
> As they say "there's more than one way to do it".
>
> You could add a "remaining days" var to the user model and store the info
> in there secretly.
> You could get the function to programmatically work through the
> applications for the user in the order in which they have been received?
> ...
>
> cheers
> L.
>
>
> --
> The most dangerous phrase in the language is, "We've always done it this
> way."
>
> - Grace Hopper
>
> On 5 April 2017 at 13:21, sum abiut  wrote:
>
>> Thank for taking your time to respond. my problem is automating that, for
>> example when a user apply for a leave i want the system to calculate and
>> update the total balance automatically. But Since a user can apply for a
>> leave more that once which mean a user can have more that one record of
>> leave application on the database. My problem is having to figure out when
>> was the last time that the user has launch his/her leave application so
>> that i can minus num_days from the that total balance.
>>
>>
>> thanks
>>
>>
>>
>> On Wed, Apr 5, 2017 at 12:20 PM, Lachlan Musicman 
>> wrote:
>>
>>> Depends on your models, but write a small function that returns the
>>> balance?
>>>
>>> def balance(self):
>>> return self.entitlement - self.num_days
>>>
>>>
>>> (for instance)
>>>
>>> L.
>>>
>>> --
>>> The most dangerous phrase in the language is, "We've always done it this
>>> way."
>>>
>>> - Grace Hopper
>>>
>>> On 5 April 2017 at 10:49, sum abiut  wrote:
>>>
 Hi,

 I am working on an leave management system and I am having a some
 difficulties trying to figure out how to accomplished this scenario.

 for example i have a table of.

 when a user apply for a leave i want to get the previous
 total_leave_balance of the applicant and minus his/her current num_days and
 assign the result to be the total_leave_balance. Please advise what would
 be the best way to approach this.


 *username* *first_name* *second_name* *num_days* *leave_entitlement*
 *beginning_bal* *Total_leave_balance*
 jtom james tom 3 12 23 20
 tjohn tom john 2 2 5 7
 atom anna tom 3 21 2

 jtom james tom 3 4 2

 atom anna tom 3 3 5



 cheers,

 --
 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 https://groups.google.com/group/django-users.
 To view this discussion on the web visit https://groups.google.com/d/ms
 gid/django-users/CAPCf-y562uvxRwTf0iFnT6Lcos8_nd3FD5u%3D7MVV
 p2yN4qAcDA%40mail.gmail.com
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>>> 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 https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/django-users/CAGBeqiN6th0dJWHTN0R--sehmD0B--DzbzUV6a5mXO
>>> Lfz_5MHg%40mail.gmail.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> --
>> 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 https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/CAPCf-y5CNSJacdxNqL%2Bxwa0LkjAvsoT%3D1%
>> 2B384hNJ0KxfhGi87A%40mail.gmail.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because yo

Recommended courses/materials for Python/Django course...

2016-06-15 Thread Fred Stluka

  
  
Python/Django users,

Any Python and/or Django courses/materials to recommend?

I may be teaching a Python/Django class soon.  My client may be 
willing to jumpstart by buying existing course materials (lecture 
slides, notes, homeworks, labs, reference links, any other
materials).
We'll certainly be happy to make use of any free materials.

Do you have any Python and/or Django courses/materials to 
recommend?

I've taken a quick look and found:
- Main web sites:
  - http://python.org
  - https://djangoproject.com (excellent docs and tutorial!)
- Free courses:
  - https://developers.google.com/edu/python
- Free/paid courses:
  - http://learnpythonthehardway.org/book
- Books
  - 2 Scoops of Django
- Paid courses:
  - Coursera
  - Codecademy
  - Khan Academy
  - Udacity
  - edX
  - Alison
  - Lynda
  - NewCircle.com

Any advice?  Thanks!
--Fred
  
  
  Fred Stluka -- mailto:f...@bristle.com --
  http://bristle.com/~fred/
  
  Bristle Software, Inc -- http://bristle.com -- Glad to be of
  service!
  
  Open Source: Without walls and fences, we need no Windows or
  Gates.
  
  

  




-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/891ed395-21e8-80ac-8bf5-4598903cc748%40bristle.com.
For more options, visit https://groups.google.com/d/optout.


Changing website version written in python+django

2014-07-31 Thread Zoltán Turcsányi
Hi Everyone,


I have a website written in python+django and I deployed it to 
pythonanywhere.com. It's okay, works well, but I want to deploy new 
versions. How should I do that?
Just copy the new files with rsync? Or change the full django project 
directory?
I would be really grateful if you wrote it step by step.


Thanks,
Zoli

-- 
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/cb3e728b-433a-4e47-974b-b8e6a40eb07c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how to post XML with python / Django

2008-07-09 Thread Bobby Roberts

We are using a payment gateway  for usaepay.com to process credit
cards.  Does anyone have experience with this?  I'm trying to find a
good resource for posting XML to another site but i'm coming up short
with how to do this in django and python.




--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: python django fields and row calculation

2018-06-11 Thread ijazz jazz
In short, a model's manager is an object through which Django models perform 
... (For row-level functionality – i.e., functions that act on a single 
instance of a model object ... This has a single method, title_count() , 
which does the calculation.


Best Python Training in Chennai 


-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/39949ce2-4cc6-41e2-acf7-68c484c19c04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Python Django Tutorial for absolute beginners

2020-08-25 Thread Madhav Nandan
Dear Balaji,

Recently I joined your session on google meet and it was nice to
experience. I'm good at python, databases and backend technologies. Can I
present a session on 'Using databases in python' to the fellow community?


Regards,
9170459494

On Mon, Aug 24, 2020 at 10:42 PM Balaji Shetty 
wrote:

> Dear Participants
>
>🌷*I am sharing you a video to learn Python Django with development
> of project and app. You can download source code of this video also from
> github link*
>
> https://www.youtube.com/watch?v=EY-XY2HDo_c
>
> 🌷 *Sourcecode*
> https://github.com/balaji-shetty/Django-Sample-Proj-With-CODE-For-Begineers
>
>
> Code to download source code is given in Video Description.
>
> We are uploading new videos every week useful for beginners and provide
> respective source code on GitHub
>
>
> Prof Shetty Balaji
> IT dept
> SGGS IET Nanded. MH
>
> https://youtu.be/EY-XY2HDo_c
>
>
> --
> Mr Shetty Balaji
> Asst. Prof.
> IT Department
> SGGS I&T
> Nanded. My. India
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAECSbOsR0b%3DjiFiXcbOmvvj69XH_kR3bKCLbug1sCqe24PnzEg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAECSbOsR0b%3DjiFiXcbOmvvj69XH_kR3bKCLbug1sCqe24PnzEg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Madhav Nandan

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGXYL6L0ERDTe99nSXsfECsdzRmYNMqV%2BSeEfEZkciXFwPL92A%40mail.gmail.com.


Re: SonarQube and Python/Django Code Analysis

2021-01-23 Thread Ryan Nowakowski
We use SonarCube for Python although not Django. Our QA team seems to like it.

On January 21, 2021 6:46:32 AM CST, Sachin Kumar  
wrote:
>Hi Experts,
>
>I am trying to do code analysis through Sonarqube. Please if anything 
>better that SonarQube to Analysis Python/Django  Code. Please advise. 
>
>
>-- 
>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 view this discussion on the web visit
>https://groups.google.com/d/msgid/django-users/b3c8b778-3ab7-4454-87ae-3eb486b4ca68n%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/221B700D-7265-4B79-8DA8-E23A7E309FBF%40fattuba.com.


Re: IIS configuration for python Django project

2019-03-22 Thread Larry Martell
On Fri, Mar 22, 2019 at 8:28 AM patel hastik  wrote:
>
> Hello, everyone
>
> I created python Django web Application I want to configure with IIS on the 
> window OS. I try many things and research about this I found video and 
> document and I follow all the step mention in the document but I am getting 
> Error "internal server Error 500.00 unknown FastCGI Occurred"
>
> my Question is I have to make any change in python and Django code to 
> configure my python Django project with IIS?
>
> can anyone help me with is thanks in advanced

I have a django app that I was able to get running on IIS. It was a
huge pain, with many battles along the way. In my case the app had to
run on both Windows and Linux so I had to make some settings changes,
but no code changes. I would check the logs (IIS logs, django logs,
any logs your app may generate). Also I found that connecting to the
app locally (i.e. from a browser running on the same machine as IIS)
gave me more informative error messages then when I ran from a remote
client. You can also try running the django devel server and seeing if
you get more info from that. Good luck.

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACwCsY69UWcwu8-eN85S97wsSWpNR6Qw3Qkfg5fLiuK3%3DrcUpg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Software Engineer, Python/Django job position open

2019-09-06 Thread Gio M.
Hi everyone, at DAO Maker (a cryptocurrency incubator company) we are 
looking for a full time remote (with the option to work in our offices in 
Prague) Python/Django back-end developer with 3+ years experience and 
passionate about writing fast, efficient software in Python. 

Please read the job description below:

*About You*
• 4+ years of development experience
• You are passionate about writing fast, efficient software in Python
• You are proficient and you understand the REST services architecture
• You are proficient in Django
• You are comfortable in MySQL
• You are proficient in GIT versioning tool
• You are comfortable in a Linux environment
• You have worked on a team before, understand software development 
methodologies, and write clean, testable
code
• You have a security mindset, understand common threats, and how to avoid 
them
• English language required
• You are a team player who values transparency and communication

*What you’ll do*
• Work on the Django back-end of our Social Mining platform
• Work closely with front-end developers
• Participate in code reviews, technical discussions, and other team 
activities

*A strong candidate will also*
• Be comfortable developing for Docker deployment
• Know how to optimize Django application for large data sets
• Be familiar with MySQL, Redis, Web Sockets, REST services

If you are interested please send me an email at ledz...@gmail.com

Thank you

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d2d0fe6b-9fa5-487d-86ec-4fbcc7b49234%40googlegroups.com.


Interested to Work with Python,Django,DRF

2022-07-13 Thread Suresh_Chilukuri
Hi All,

I am suresh, I want to work with python,django,DRF technologies and I
worked on different examples while learning them . I am have 11 months of
experience in Software Engineer Role ,Currently I am working as Development
Report for banking using Active Reports Tool.

I have Knowledge in Python,Django,DRF whereas i follow their official
documentation .While learning I developed   E commerce website using
django,HTML,CSS,Javascript.

Please help if any possibilities.

Regards,
Suresh
Phone:9353288580

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAF5vPAZgT%3D1757erBVP6%3DZZEUwc%3DvmGvf9bAOyOMYGrLVFE%2BSQ%40mail.gmail.com.


Re: Looking Best Learning Resources Python / Django

2022-07-19 Thread Lalit Suthar
https://github.com/lalit97/django-developer-resources

On Tue, 19 Jul 2022 at 21:02, Muneeb Mughal 
wrote:

> I am looking for best learning sources for web and more in django or any
> related framework with complete practice and also lead to job ,
> experience people recommend only .thanks .
>
> --
>
>
>
> *RegardsMuneeb Afzal*
>
> *Cell: +92 333 5646624*
>
> Email: muneeb.afzal...@gmail.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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAApwjV1z3Ck6Gpk-xCqcW5Gh2sgXYxHzvRVNUx0uhBJxjT61EA%40mail.gmail.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGp2JVF4Rv%3D%3DA%3DTBmxoq8PfLpgpKJUf9005OPtWTuRhpa7Hd1w%40mail.gmail.com.


Become Python & Django member in Telegram group

2022-07-26 Thread Satyajit Barik
Dear Pythonian & Djangoian,

I am delighted to invite you all on behalf of python & django to become a
free member today in Telegram group.

Here you can join in our Telegram group using below link👇

https://t.me/python_djangodevelopers

[Membership benefits] Here are some great perks you get for becoming a
member:
* Ask your python & django related problems: get quick possible answer.
* Friendly environment: you can learn python & django from the core.
* Daily Python Assignment exercise.

Thank you for your consideration, I look forward to hearing from you and
hope to see you at the next level as a Python Developer.


Thanks & Best Regards,
Satyajit Barik

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANd-%2BoDOT_K52Ug%3DC3Y%2BCVZ2-tfOdYVnPQ9t-_HJRZM-k7kxEw%40mail.gmail.com.


Application for Part Time Python/Django Developer

2022-08-05 Thread Chetan Ganji
Hello Django Users,

I am Chetan Ganji, I have been working as a Part Time Consultant for a New
York based company since last year.
I am looking for another Part Time Remote Python/Django Developer job.

I can build softwares in Python 3 and Django and Django REST Framework. I
can provide production grade code quality in these technologies.
I have developed a few rest api projects using django/drf so far. I have
basic knowledge of front end techs like js, bootstrap, angular 9.
I also have basic knowledge of Postgres, Kubuntu Linux, Git and AWS ( EC2,
S3 and RDS).
I have integrated various third party apis also e.g. twilio, sendgrid,
sentry, algolia, authorize.net, braintree, etc.
I also have worked on 3 GraphQL projects, 2 in NodeJs and 1 in Python.

My resume is attached for your perusal.
Feel free to reach out to me if you have any relevant work opportunities
for me.

Thanks !


Regards,
Chetan Ganji
+91-900-483-4183
ganji.che...@gmail.com
http://ryucoder.in

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMKMUjsq%2BquWaF_JXV8T9CwJr-CCr6JPaHnx8aKbDbYH1Ek1jA%40mail.gmail.com.


Resume - Chetan Ganji.pdf
Description: Adobe PDF document


Re: Roles and Permissions in python Django

2023-04-02 Thread Muhammed Lawal
Can you provide your Views code? By the way, if you are using DRF, you can
use the "permission classes" or "permission decorators".
Best regards.

On Sat, 1 Apr 2023, 7:53 p.m. Daisi Caroline,  wrote:

> Hello friends i am doing a django project and i am stack on roles and
> permissions.This is what i am supposed to do.
>
> I am supposed to do the roles and permissions.
> So I have done the roles but now permissions is the problem.
> For example the organisation admin and the local admin when logged into
> the system they are supposed to see the dashboard.
> Security personnel is supposed to only validate the invites.
> Staff resident and Portal user are only supposed to create invites.
> But in my case all of them when logged in are seeing the dashboard.
>
> Anyone who can help in this please.we can connect.
>
> Regards,
> Daisi Caroline.
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/13ea8217-134d-4b6b-b7f9-1b79517748d3n%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOzVPC82d93bVk1V9BGKtpHvUTSaBiQaoHVFod1H7Oc2Rovryg%40mail.gmail.com.


Re: Sorting list of objets in Python/Django

2008-09-21 Thread Fredrik Lundh

Nianbig wrote:

> I have a people-list like this:
 class a:
> ... def __init__(self, name, number):
> ... self.name = name
> ... self.number = number
> ...
 b = []
 b.append( a('Smith', 1) )
 b.append( a('Dave', 456) )
 b.append( a('Guran', 9432) )
 b.append( a('Asdf', 12) )
> 
> How do I sort this on their names e.g. ascending? I have tried
> b.sort() and so on in all sorts of ways but I can´t figure this one
> out..

this might get you going:

 def mysortkey(x):
 return x.name

 b.sort(key=mysortkey)




--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Sorting list of objets in Python/Django

2008-09-21 Thread Nianbig

Ah, thanks!

/Nianbig


On 21 Sep, 19:45, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> Nianbig wrote:
> > I have a people-list like this:
>  class a:
> > ...     def __init__(self, name, number):
> > ...             self.name = name
> > ...             self.number = number
> > ...
>  b = []
>  b.append( a('Smith', 1) )
>  b.append( a('Dave', 456) )
>  b.append( a('Guran', 9432) )
>  b.append( a('Asdf', 12) )
>
> > How do I sort this on their names e.g. ascending? I have tried
> > b.sort() and so on in all sorts of ways but I can´t figure this one
> > out..
>
> this might get you going:
>
>      def mysortkey(x):
>          return x.name
>
>      b.sort(key=mysortkey)
>
> 
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Sorting list of objets in Python/Django

2008-09-21 Thread Rodolfo

You could also achieve that using the __cmp__ magic method[1]:



class a:
def __init__(self, name, number):
self.name = name
self.number = number

def __cmp__(self, other):
return cmp(self.name, other.name)

def __repr__(self):
return "a(%s, %s)" % (repr(self.name), self.number)

b = []
b.append( a('Smith', 1) )
b.append( a('Dave', 456) )
b.append( a('Guran', 9432) )
b.append( a('Asdf', 12) )

b.sort()

print b

# [a('Asdf', 12), a('Dave', 456), a('Guran', 9432), a('Smith', 1)]




The __cmp__ method does the magic, it's used when you call b.sort().
I added __repr__ just to see legible output...


[1] http://docs.python.org/ref/customization.html

[]'s

Rodolfo


On Sep 21, 5:54 pm, Nianbig <[EMAIL PROTECTED]> wrote:
> Ah, thanks!
>
> /Nianbig
>
> On 21 Sep, 19:45, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
>
> > Nianbig wrote:
> > > I have a people-list like this:
> >  class a:
> > > ...     def __init__(self, name, number):
> > > ...             self.name = name
> > > ...             self.number = number
> > > ...
> >  b = []
> >  b.append( a('Smith', 1) )
> >  b.append( a('Dave', 456) )
> >  b.append( a('Guran', 9432) )
> >  b.append( a('Asdf', 12) )
>
> > > How do I sort this on their names e.g. ascending? I have tried
> > > b.sort() and so on in all sorts of ways but I can´t figure this one
> > > out..
>
> > this might get you going:
>
> >      def mysortkey(x):
> >          return x.name
>
> >      b.sort(key=mysortkey)
>
> > 
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Sorting list of objets in Python/Django

2008-09-21 Thread Steve Holden

You could, but a key function is generally better, and the larger the
list the better (in the general case) it is likely to be. The problem is
that using __cmp__ requires the sort algorithm to make Python callbacks
from a C function for each object-pair comparison. Using the key
function, that function is called once to decorate each object in the
list, and the C sort function compares the decorated list items without
the need to call out to Python functions at all.

As with all general solutions, specific circumstances can alter this
general conclusion.

regards
 Steve

Rodolfo wrote:
> You could also achieve that using the __cmp__ magic method[1]:
>
> 
>
> class a:
> def __init__(self, name, number):
> self.name = name
> self.number = number
>
> def __cmp__(self, other):
> return cmp(self.name, other.name)
>
> def __repr__(self):
> return "a(%s, %s)" % (repr(self.name), self.number)
>
> b = []
> b.append( a('Smith', 1) )
> b.append( a('Dave', 456) )
> b.append( a('Guran', 9432) )
> b.append( a('Asdf', 12) )
>
> b.sort()
>
> print b
>
> # [a('Asdf', 12), a('Dave', 456), a('Guran', 9432), a('Smith', 1)]
>
> 
>
>
> The __cmp__ method does the magic, it's used when you call b.sort().
> I added __repr__ just to see legible output...
>
>
> [1] http://docs.python.org/ref/customization.html
>
> []'s
>
> Rodolfo
>
>
> On Sep 21, 5:54 pm, Nianbig <[EMAIL PROTECTED]> wrote:
>   
>> Ah, thanks!
>>
>> /Nianbig
>>
>> On 21 Sep, 19:45, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
>>
>> 
>>> Nianbig wrote:
>>>   
 I have a people-list like this:
 
>>> class a:
>>>   
 ... def __init__(self, name, number):
 ... self.name = name
 ... self.number = number
 ...
 
>>> b = []
>>> b.append( a('Smith', 1) )
>>> b.append( a('Dave', 456) )
>>> b.append( a('Guran', 9432) )
>>> b.append( a('Asdf', 12) )
>>>   
 How do I sort this on their names e.g. ascending? I have tried
 b.sort() and so on in all sorts of ways but I can´t figure this one
 out..
 
>>> this might get you going:
>>>   
>>>  def mysortkey(x):
>>>  return x.name
>>>   
>>>  b.sort(key=mysortkey)
>>>   
>>> 
>>>   
> >
>
>   



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Address Book Contact Importer in Python/Django?

2008-11-27 Thread Jarek Zgoda

Wiadomość napisana w dniu 2008-11-27, o godz. 12:21, przez [EMAIL PROTECTED] 
:

> Does anybody know of a Python script or Django module that can handle
> address book email importing? For instance, if I type my gmail email
> and password it will then fetch all of the email addresses. I know of
> plenty of paid PHP scripts around that allow gmail, hotmail, aol etc.
> Is there an equivalent in Python?


Even if such thing exists, don't do this.

http://www.codinghorror.com/blog/archives/001128.html

-- 
We read Knuth so you don't have to. - Tim Peters

Jarek Zgoda, R&D, Redefine
[EMAIL PROTECTED]


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Address Book Contact Importer in Python/Django?

2008-11-27 Thread Brot

does this help
Accessing your Gmail contact list with Python (http://www.holovaty.com/
blog/archive/2004/06/20/0241)

[EMAIL PROTECTED] schrieb:
> Hi guys,
>
> Does anybody know of a Python script or Django module that can handle
> address book email importing? For instance, if I type my gmail email
> and password it will then fetch all of the email addresses. I know of
> plenty of paid PHP scripts around that allow gmail, hotmail, aol etc.
> Is there an equivalent in Python?
>
> Thanks,
>
> Mike.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Address Book Contact Importer in Python/Django?

2008-11-27 Thread [EMAIL PROTECTED]

Thanks guys, I've had a think about your security points Jarek. I
guess it's a tough decision to make... :-\

On Nov 27, 11:47 am, Brot <[EMAIL PROTECTED]> wrote:
> does this help
> Accessing your Gmail contact list with Python (http://www.holovaty.com/
> blog/archive/2004/06/20/0241)
>
> [EMAIL PROTECTED] schrieb:
>
> > Hi guys,
>
> > Does anybody know of a Python script or Django module that can handle
> > address book email importing? For instance, if I type my gmail email
> > and password it will then fetch all of the email addresses. I know of
> > plenty of paid PHP scripts around that allow gmail, hotmail, aol etc.
> > Is there an equivalent in Python?
>
> > Thanks,
>
> > Mike.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Address Book Contact Importer in Python/Django?

2008-11-28 Thread ro60

At least for gmail the security issue is a little less of a slippery
slope. One of the authentication methods is called AuthSub and it
allows you to redirect to a google page for the user to login then
redirects back the authenticated user to your app. In this way your
app never actually handles the users login info.

http://code.google.com/apis/contacts/developers_guide_protocol.html#auth_sub

Also most google web services have python wrappers for their APIs so
integrating with Django is pretty straight forward. The one you would
most likely want is the contacts api.

http://code.google.com/apis/contacts/developers_guide_python.html

hope this helps... :)



On Nov 27, 6:54 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Thanks guys, I've had a think about your security points Jarek. I
> guess it's a tough decision to make... :-\
>
> On Nov 27, 11:47 am, Brot <[EMAIL PROTECTED]> wrote:
>
> > does this help
> > Accessing your Gmail contact list with Python (http://www.holovaty.com/
> > blog/archive/2004/06/20/0241)
>
> > [EMAIL PROTECTED] schrieb:
>
> > > Hi guys,
>
> > > Does anybody know of a Python script or Django module that can handle
> > > address book email importing? For instance, if I type my gmail email
> > > and password it will then fetch all of the email addresses. I know of
> > > plenty of paid PHP scripts around that allow gmail, hotmail, aol etc.
> > > Is there an equivalent in Python?
>
> > > Thanks,
>
> > > Mike.
>
>
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Best & Easiest Python/Django Forum App to install

2011-07-25 Thread wildcard
I would like some steering in my planning so that I am headed in the
right direction, concerning Django Forum apps and where to find them,
as I am a bit lost looking for them.

I have built my first server (Debian). I've used OpenVZ which appears
to work great and allows me now to create websites. I want to use
Python as my language of choice, which I am learning also, (and since
I only want to learn one language) I want all the apps I pick to be
Python based as Python impresses me the most.

I have selected the Satchmo app for my eCommerce needs, which uses
Django, and since that framework will already be installed (and I only
want to learn one framework :) ) I am looking for a python and/or
Django based FORUM to implement.and hopefully one that is pretty
much ready to go after the install, or requires little to no
programming to set up.

My needs in a forum are pretty simple:
Only members can post, but everyone
 can read
Registration-
Case Sensitive Passwords
email click link to activate
email notification of reply option
Subscribe to Thread option (email notification)
Views count
Replies count
Search Forum for matching threads

It would also be nice if I could put this forum in it's own VE
container and use it for multiple types of forums which are not
apparent to each other, thus users coming in on separate links only
see the forum they chose to visit from other specialized VE
containers.is that possible?

Thanks for your help! I am pretty excited about Django and Python! :)

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



Remote working job opportunity for Python/Django programmers

2011-11-10 Thread Gordon Mac
Hello Python/Django techies,

One our client is in need of Python/Django programmer for developing web
based casino gaming software  using Python,Django,HTML5,Flash,
mySQL.

Job Requirements:
Expert level experience in gathering casino games software requirements,
normalization of data,design & implement in Python/Django
Expert level experience in Python3.2.x and Django1.3.x ,HML5,MySQL5.5.x,
Jboss,Jenkins CI
Expert level knowledge in Web technologies and web development methodologies
Expert level knowledge in OOA,OOP,Reviewing design,Reviewing code,Testing
for bugs,test automation
Experience with Casio software development such as Bingo,Slots is a
requirement,
Expert level experience researching for open source framework/tools to
integrate into website
Experience on Linux platform is a plus

Candidate should be willing to work 100% remote on your own computer,be an
individual solid contributor  and be willing expand the team as project
grows. This an excellent opportunity for Python/Django programmers.

Interested technical person, please respond to this email with resume and
contact information. Our HR will call you
Thanks
Gordon

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



Looking to hire python/django/git/unix expert

2009-10-14 Thread TMChris

Looking to hire a python, django, git, and unix expert for various
projects
Pay is $70+/hr, please respond with resume, thanks!

--~--~-~--~~~---~--~~
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: Urgent Help Needed On Python/Django ModelChoiceFields

2010-04-07 Thread Bill Freeman
Since it's urgent, I'll give an opinion despite not fully understanding your
description of the problem.

If it's going to be so far removed from what the admin app does by
default, I'd go with a custom view outside of the admin, which you
can customize to your heart's content.

That is, when it's really hard to fit something in an existing box, you
should probably build a different box.

Bill

On Wed, Apr 7, 2010 at 12:35 PM, pedjk  wrote:
> Ok, I'm quite new to Python and Django so this might actually have a
> simple solution.
>
> I'm coding for a form using Django and I have a ModelChoiceField. Now
> what I want to do is make the options for this field customizable. So
> if you choose an option, a set of links would be generated allowing
> you to move to the next step.
>
> All I know is that this should show up on the admin page for Django,
> and it might require a state table or some sort of back coding from
> mysql.
>
> If anyone could help, this is quite urgent.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@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.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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: Urgent Help Needed On Python/Django ModelChoiceFields

2010-04-07 Thread pedjk
Thanks Bill. I'll clarify.

Basically what I want to do is give each option under the choice field
a function. So once the user has selected an option under the drop
down box, that would initiate a script which would generate a set of
links (buttons) at the bottom of the page to take the user to the next
step.

So if under the drop down menu you choose "Done", that would
automatically generate two links. One that says "Stop" and one that
says "Close". What the links do isn't important, it's how to get the
chosen option to generate the links that I don't know how to do.

Someone mentioned to me to use a state table. I'm not sure what that
means, but maybe others do.

Now the reason I bring up the admin page is because I also want it to
be customizable from there. So as an example, if selecting "Done"
generates a "Stop" and a "Close" button, I might want to change those
button and or their links at a later time, and I would want to do it
from the admin page.

Hopefully that clarifies things more and thanks again

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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: Urgent Help Needed On Python/Django ModelChoiceFields

2010-04-07 Thread Bill Freeman
Well, where are things happening?  Do you make a new request for each
click, or do you want the changes to appear without a browser reload?

If the former, the ability to customize seems to imply a model representing
a choice, with a foreign key on the same model, allowing it to specify of
which choice it is a sub choice, giving you a blah_set queryset.  It can
contain whatever additional info you need, obviously.  Then the buttons
can be submit buttons of the form with the select representing the choice,
with various values, so you know which button, and the view will interpret
the buttons in the context of the selected choice.  That is, look up the
choice which contains info about what to do for each button.

If the latter, that's a bunch of javascript, and yes, you need to manage
the connections somewhere, but you don't want to be doing many DB
queries every time you load the page, so you probably want to cache
the tree, probably in a class variable (in RAM) on startup and whenever
the configuration is changed (via a custom form which you must be staff,
or whatever to view and submit, not part of the admin app).

Or I may still be completely misunderstanding your problem.

Bill

On Wed, Apr 7, 2010 at 2:54 PM, pedjk  wrote:
> Thanks Bill. I'll clarify.
>
> Basically what I want to do is give each option under the choice field
> a function. So once the user has selected an option under the drop
> down box, that would initiate a script which would generate a set of
> links (buttons) at the bottom of the page to take the user to the next
> step.
>
> So if under the drop down menu you choose "Done", that would
> automatically generate two links. One that says "Stop" and one that
> says "Close". What the links do isn't important, it's how to get the
> chosen option to generate the links that I don't know how to do.
>
> Someone mentioned to me to use a state table. I'm not sure what that
> means, but maybe others do.
>
> Now the reason I bring up the admin page is because I also want it to
> be customizable from there. So as an example, if selecting "Done"
> generates a "Stop" and a "Close" button, I might want to change those
> button and or their links at a later time, and I would want to do it
> from the admin page.
>
> Hopefully that clarifies things more and thanks again
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@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.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



Sweet Job @ Idle Games for Python/Django Programmers

2011-03-15 Thread Lauren Borucki
Idle Games is the paradigm shift that everyone has been looking for in
social games!

We are looking for some crazy good/cool/awesome Python/Django
Engineers to join our small and brilliant team of engineers in
building the first real-time, synchronous MMO for Social networking
platforms. Our technology is years ahead of it's time; featuring a
persistent, synchronous massive multi-player environment with hand-
drawn fully animated characters. We are making original beautiful soon-
to-be-released Blockbuster titles that delight, engage, entertain and
monetize very well.

Have a look at a video of our game, demo'd by the CTO of Adobe during
his keynote at the Adobe Max conference: www.idle-games.com.

**Job Description**:

Idle Games is looking for Software Developers (Python/Django) for the
first and only Real-time Synchronous/Persistent MMO for social games!

**Python/Django Software Engineer**

Responsibilities:

* Manage database for multi-player social games that can support
millions of users
* Work closely with development team to integrate game simulation
server with persistance layer
* Help implement build/release process for application
* Guarantee high performance of database server for a massively
multiplayer casual game

**Requirements**

Qualifications:

* 5+ years professional experience in software development
* Advanced MySQL usage (3+ years)
* Excellent Python skills with 2+ years of experience
* Django or similar ORM framework
* Experience distributing traffic across multiple data centers and
tiers of systems
* Proficient in Linux (Ubuntu) including shell scripting
* Experience administering and deploying content management systems
(e.g. Django CMS or Drupal)
* B.S. degree in Computer Science or equivalent experience

Nice to Have:

* C/C++ skills highly desireable
* Experience integrating Flash or Flex applications with database
backends
* Web Traffic and High Volume System performance analysis and
monitoring
* Facebook API
* Experience building backends for multiplayer games
* Experience building applications on AWS
* Data Mining
* Localization experience
* Avid gamer

**About the company**

Idle Games is the Social Game Changers! We are using Python on the
backend to build the first, real-time, soon to be Blockbuster MMO
social game. We are making original beautiful titles that delight,
engage, entertain and will monetize very well. Our platform is years
ahead of it's time; featuring a persistent, synchronous massive multi-
player environment with hand-drawn fully animated characters.

Have a look at this demo of our soon-to-be released game presented by
the CTO of Adobe during his keynote at Adobe Max: www.idle-games.com.

We are executing on the best formula for success starting with our
incredible leader/founder, Rick Thompson. Rick is one of the most
successful serial entrepreneurs/investors in Silicon Valley, having
sold three companies for over $3 billion! Our CEO & Executive Creative
Director, Jeff Hyman, spent the last decade running his own highly
successful Interactive Advertising Agency. He produced TV shows,
commercials, and 35 Flash games, and won 2 CLIOS, 2 Cannes Lions, a
One Show Award & 8 National Addy awards!

We understand the needs of our employees, so all the infrastructure is
in place that will allow you to focus on doing what you do best.
You'll make a huge impact while working with brilliant people solving
interesting and challenging problems. Your ideas, creativity and input
will be encouraged, valued, and directly implemented into our games
and corporate culture. There's lots of fun here, with good life work
balance, free dinners and a Tiki bar! Come join and let's make history
together!

**Contact Info:**

* **Contact**: Alicia Lin
* **E-mail contact**: ali...@idle-games.com
* **Other Contact Info**: 415-717-1274
* **Web**: http://idle-games.com/careers_engineering.htm#pse

-- 
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: [Session] [Bangalore - India] Python & Django – Introduction & Demo

2012-02-08 Thread yati sagade
Great news! would love to be there - Do you plans for something similar in
Kolkata?

On Wed, Feb 8, 2012 at 8:31 PM, Sivasubramaniam Arunachalam <
sivasubramania...@gmail.com> wrote:

> Hi All,
>
> There is a Django introduction session with demo scheduled in Bar Camp
> 2012.
>
> *Venue : SAP Labs India , Bangalore, India*
> *Date : 11-Feb-2012*
>
> More details @
> http://barcampbangalore.org/bcb/bcb11/python-django-introduction-demo
>
> Thanks & Regards,
> Sivasubramaniam Arunachalam
>
>
>  --
> 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.
>



-- 
Yati Sagade <http://twitter.com/yati_itay>

(@yati_itay <http://twitter.com/yati_itay>)

-- 
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: [Session] [Bangalore - India] Python & Django – Introduction & Demo

2012-02-08 Thread yati sagade
Sorry, That is, do you guys *have* any similar plans for Kolkata?

On Wed, Feb 8, 2012 at 11:21 PM, yati sagade  wrote:

> Great news! would love to be there - Do you plans for something similar in
> Kolkata?
>
>
> On Wed, Feb 8, 2012 at 8:31 PM, Sivasubramaniam Arunachalam <
> sivasubramania...@gmail.com> wrote:
>
>> Hi All,
>>
>> There is a Django introduction session with demo scheduled in Bar Camp
>> 2012.
>>
>> *Venue : SAP Labs India , Bangalore, India*
>> *Date : 11-Feb-2012*
>>
>> More details @
>> http://barcampbangalore.org/bcb/bcb11/python-django-introduction-demo
>>
>> Thanks & Regards,
>> Sivasubramaniam Arunachalam
>>
>>
>>  --
>> 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.
>>
>
>
>
> --
> Yati Sagade <http://twitter.com/yati_itay>
>
> (@yati_itay <http://twitter.com/yati_itay>)
>
>
>


-- 
Yati Sagade <http://twitter.com/yati_itay>

(@yati_itay <http://twitter.com/yati_itay>)

-- 
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: A great opportunity for Python-Django Developers

2013-05-06 Thread cingusoft
Hi

More infos will be a good idea:

For example, where, salary range, if in USA, you help with VISA?

Thank's
BlackBerry de movistar, allí donde estés está tu oficin@

-Original Message-
From: Jitendra Jain 
Sender: django-users@googlegroups.com
Date: Mon, 6 May 2013 09:06:59 
To: 
Reply-To: django-users@googlegroups.com
Subject: A great opportunity for Python-Django Developers

A great opportunity for Python-Django gurus | Send your resumes to 
sa...@recoverify.com It's a well funded start-up with a great team (10+ yrs 
exp. techies, one of them is accredited investor in US)


It's one of those true start-up opportunities, where you will work at very 
fast pace - grow technically and get nice equity + salary. You will love 
the culture, ownership and visibility! Of course, we like smartest of the 
smart engineers who are also passionate - so if you have it in you - send 
your latest resume and Github handle to sa...@recoverify.com 



   - Hands-on experience with Python 2.7/3.3 
   - Experience with Django and/or any other web frameworks would be a huge 
   plus!
   - Hands-on MySQL and any flavour of Linux, a must 
   - Should have an understanding of how to use Public APIs - Google, 
   Facebook, Twitter etc.
   - Experience/knowledge of AWS API/SDK and ecosystem will help greatly
   - Passion to learn/excel and a great attitude is very important

-- 
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?hl=en.
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, 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: A great opportunity for Python-Django Developers

2013-05-06 Thread Jitendra Jain
Thanks for asking these important question. 

Salary is not a constraint for the right candidate. Nice equity is also 
given. 

Location is Bangalore, India. However Hyderabad, India will also be 
considered if necessary.

I would be happy to answer any more questions, please let me know.

Thanks.  

On Monday, May 6, 2013 10:24:50 PM UTC+5:30, cingusoft wrote:
>
> Hi
>
> More infos will be a good idea:
>
> For example, where, salary range, if in USA, you help with VISA?
>
> Thank's
> BlackBerry de movistar, allí donde estés está tu oficin@
> --
> *From: * Jitendra Jain > 
> *Sender: * django...@googlegroups.com  
> *Date: *Mon, 6 May 2013 09:06:59 -0700 (PDT)
> *To: *>
> *ReplyTo: * django...@googlegroups.com  
> *Subject: *A great opportunity for Python-Django Developers
>
> A great opportunity for Python-Django gurus | Send your resumes to 
> sa...@recoverify.com  It's a well funded start-up with a 
> great team (10+ yrs exp. techies, one of them is accredited investor in US)
>
>
> It's one of those true start-up opportunities, where you will work at very 
> fast pace - grow technically and get nice equity + salary. You will love 
> the culture, ownership and visibility! Of course, we like smartest of the 
> smart engineers who are also passionate - so if you have it in you - send 
> your latest resume and Github handle to sa...@recoverify.com 
>  
>
>
>
>- Hands-on experience with Python 2.7/3.3 
>- Experience with Django and/or any other web frameworks would be a 
>huge plus!
>- Hands-on MySQL and any flavour of Linux, a must 
>- Should have an understanding of how to use Public APIs - Google, 
>Facebook, Twitter etc.
>- Experience/knowledge of AWS API/SDK and ecosystem will help greatly
>- Passion to learn/excel and a great attitude is very important
>
>  -- 
> 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...@googlegroups.com .
> To post to this group, send email to django...@googlegroups.com
> .
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> 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, 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: A ready made python/django validation class

2013-06-06 Thread Daniel Roseman
On Thursday, 6 June 2013 12:08:14 UTC+1, niiati wrote:

> Hello Snr Python/Django programmers,
>
> I am very new to python/Django and I find writing validation classes for 
> my application very tedious and repetitive. I am wondering if there is a 
> ready made class for validation. I mean validating things like date, 
> integers, address, currency and stuff like that.
>
> Please help.
>

You're doing things wrong if you're validating dates and integers.  They 
are validated for you as long as you use the correct fields (DateField and 
IntegerField, for example).
--
DR.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Bristol (UK) startup seeks awesome Python/Django engineer

2014-12-30 Thread Joseph Edwards
## Summary

Small startup in Bristol currently looking for an awesome software engineer 
to work on our existing code base.

Ideally you'd be located in Bristol/Bath and be able to work from our 
office, or be able to visit our offices on a weekly basis, but remote/home 
working is also negotiable. You would have prior experience of working for 
a small startup and/or handling all technical aspects of building a tech 
product. 

Our product is similar to Launch27, allowing customers to book a product, 
which is then allocated to groups within our workforce, and the lifecycle 
of a job is handled via our backend systems. This is not your typical 
boring Django integration job, there are some mundane parts but overall you 
should find this work quite pleasant.

Reply with why you think this role is interesting, and talk about any 
relevant experience you have with the technologies mentioned. Provide 
github links, code examples (gist/github/pastebin etc only pls, don't 
attach files), and anything else that makes you stand out from the rest. 
Interview would consist of a 1 hour phone call, and a decision made 
same/following day. Earliest start date would be 5th Jan.

## Tech specs

Stack: Python, Django, CircleCI, Github, DigitalOcean, Docker, MongoDB, 
Percona MySQL, Sentry, New Relic, LogEntries, Twilio, Slack, Vagrant, 
Trello, Stripe, TDD, Redis, RQ, CloudFlare, Python libs: 
django-debug-toolbar, freezegun, python-requests, freezegun, 
django-devserver, mongoengine, rq, django-rq

Primarily this is a Python role extended an existing API backend. We have 
complete separation between backend and frontend to ensure modularity and 
other developers working on the frontend. In future, we will have mobile 
integrations so it's absolutely imperative that the API is decoupled.

You may need to do other devops/research stuff, such as debugging prod 
instances, fixing memory leaks, diagnosing outages, settings up servers, 
fixing DNS, repairing build systems and all the other stuff that goes 
around a project.

All existing code follows TDD principles, has extensive commenting and is 
overall fairly clean, but with room for improvement on some of the core 
modules. Comes with CI build testing using Circle and ready to go Vagrant 
scripts. Our unit tests use time travel via freezegun, this allows us to 
test date/time sensitive functionality by means of monkeypatching. For 
example, ensuring that a subscription is terminated if a payment cannot be 
taken after 7 days. Every single piece of logic can be unit tested using a 
single command, and a full test suite takes around 60 seconds (not incl 
dependancies).

Ideal candidate would understand the importance of TDD, have good all-round 
knowledge of Python, and know their way around Django. You should 
understand the following without too much problem;

* How objects/classes works in Python (metaclasses, MROs etc would be a 
bonus)
* Python syntax (operators, list comprehensions, lambdas etc)
* Python stdlibs (itertools, os, sys, urllib etc)
* Stripe API for handling payments, invoices etc
* Job queues using rq/redis
* Document store using MongoEngine
* Demonstrate good understanding of what it means to be a software engineer
* Good knowledge of our stack

-- 
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/09dd12a3-86cc-4ca8-a392-b0bede493f26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Python / Django slow ? Deciding my next technological stack

2015-02-24 Thread Benj
Hi,
i'm going to invest lots of time and energy in various web projects (mostly 
community web sites), and want to pick up a language / framework and invest 
heavily on it.
I've spent a lot of time evaluating the various options, and narrowed my 
choice to 2 stacks: C sharp asp.net  MVC or Python / Django.

I'm more attracted to Python / Django combo, because of the Python 
language, and high level framework Django. I really want to use these.
My only concern is speed. I read that Python can't run concurrent tasks, is 
this true ? So a multi-processor with hyperthreads won't benefit the stack 
and even slow it down ?
I have no clue how this translates in reality, but should I expect 
noticable performance difference on a same server, shall I use Python / 
Django than if I had C Sharp Asp.net ?
I don't want to invest lots of time and efforts only to discover in the end 
that the site is slow. 
You that have real world experiences with running sites, what are your 
conclusions ?


I expect sites to be medium traffic: could be handled by a good dedicated 
server or average cloud ressources.

Benj

-- 
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/4b92f220-55a1-4cb5-9da2-6d659bb17c14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Python-Django : ImportError at / : No module named urls

2013-12-11 Thread shoaib ijaz


I have created Djnago project in eclipse. Unfortunately, i am facing issue 
when i run the project

ImportError at / No module named urls

Here Error Page http://dpaste.com/1499981/

Eclipse Project 
http://i1008.photobucket.com/albums/af204/shoaibshah01/Untitled_zps84f95b4f.jpg

-- 
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/b05a6745-d150-4b1a-bd2a-297d665da1f7%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


What Python/Django code checkers do you recommend?...

2016-04-08 Thread Fred Stluka

  
  
Python/Django programmers,

What code review tools do you use?  Do you run them automatically
when checking in new code?  Do you recommend them?

Details:

I'm working on a large Python/Django Web app (1,000 files, 200,000
lines of code, 3.5 years) and spend a good chunk of my time
reviewing
code written by other team members.  I'd like to automate many of
the 
checks that I currently do manually:

- Coding standards violations
  -- Lack of logging
  -- Missing docstrings
  -- Hardcoded literals instead of named constants or utility
functions
  -- Standard columns in all DB tables (create_user, create_date, 
       update_user, update_date, status, etc.)
  -- etc.

- Architecture violations
  -- Doing things in the UI layer vs the business logic layer
  -- Respect the MVC boundaries
  -- etc.

- Logic errors

- Defensive coding
  -- Unchecked assumptions
  -- Missing else clauses on if statements
  -- Missing exception handlers
  -- Exception handlers that suppress errors
  -- etc.

- Security and data validation
  -- Vulnerability to injection attacks (SQL, JS, etc.)
  -- Data validation and security enforcement in browser vs. server
  -- etc.

- Massive inefficiencies
  -- Cursor loop vs more specific DB SELECT
  -- Caching opportunities
  -- etc.

- Reuse opportunities

- Lack of test cases

- DB migration issues
  -- Non-idempotent migrations
  -- Edited migrations
  -- Migrations that call non-migration code that might change

- User experience
  -- Show clear error messages in all cases of user error

- etc.

What tools do you recommend to automate such checks?  I'm currently
most interested in Python/Django, as well as _javascript_/CSS/HTML.

Some automation tools I've found include:
- Gerrit
  https://www.gerritcodereview.com/
- BitBucket Server (was Stash)
  https://www.atlassian.com/software/bitbucket/server/

Such automation tools support a workflow of human interactions for
manual code reviews (comments, replies, todos, etc.).  They also
call
code review tools like the following to scan the code automatically:
- Sonar (multiple languages via plugins)
   http://www.sonarqube.org/
- JSHint (_javascript_)
   http://jshint.com/
- JSLint (_javascript_)
   http://www.jslint.com/
- TSLint (TypeScript)
   https://palantir.github.io/tslint/
- PMD (mostly Java/JS, some Python)
   https://pmd.github.io/
- Checkstyle (Java, not Python)
   http://checkstyle.sourceforge.net/
- FindBugs (Java, not Python)
   http://findbugs.sourceforge.net/
- CodeNarc (Groovy and Java, not Python)
   http://codenarc.sourceforge.net/

I've also done a quick Google for Python/Django-specific tools:
- http://google.com/search?q=python+code+checkers
- http://google.com/search?q=django+code+checkers

and found:
- code-checker
   https://pypi.python.org/pypi/code-checker/
- PyChecker
   https://pypi.python.org/pypi/PyChecker
- Pyflakes
   https://pypi.python.org/pypi/pyflakes
- PyLint
   https://pypi.python.org/pypi/pylint
- pep8
   https://pypi.python.org/pypi/pep8
- Flake8 (wraps Pyflakes, pep8 and others)
   https://pypi.python.org/pypi/flake8
- Django Lint
   https://chris-lamb.co.uk/projects/django-lint
- QuantifiedCode
   https://www.quantifiedcode.com/

My IDE is PyCharm, which has the ability to check some things, but
I haven't yet investigated or configured it much.

What do you recommend?  Any good or bad experiences to share?

Thanks!
--Fred
  
  Fred Stluka -- mailto:f...@bristle.com --
  http://bristle.com/~fred/
  
  Bristle Software, Inc -- http://bristle.com -- Glad to be of
  service!
  
  Open Source: Without walls and fences, we need no Windows or
  Gates.
  

  




-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5707D5A0.8020408%40bristle.com.
For more options, visit https://groups.google.com/d/optout.


Re: Recommended courses/materials for Python/Django course...

2016-06-16 Thread ludovic coues
The "Python Crash Course" aim to teach python from nothing in the
first half and to put that knowledge in application in the second half
through 3 projects. These are a 2D game, some data visualization
technique from diverse source and a django application.

Some people have some difficulty with the official django tutorial.
https://tutorial.djangogirls.org/en/ offer a really nice alternative,
more accessible to beginner and more complete too, with a section on
handling form in django for exemple.

I have also head of tango with django but I can't comment on this one.

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEuG%2BTZ9X_7hq1bLp8B_-YmrZoff-b-UEB7-rArxwOpJ-cjnRg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Recommended courses/materials for Python/Django course...

2016-06-17 Thread Fred Stluka

  
  
Ludovic,

Thanks for the tip!  I'll check them out.

--Fred
  
  
  Fred Stluka -- mailto:f...@bristle.com --
  http://bristle.com/~fred/
  
  Bristle Software, Inc -- http://bristle.com -- Glad to be of
  service!
  
  Open Source: Without walls and fences, we need no Windows or
  Gates.
  
  

On 6/16/16 3:00 AM, ludovic coues
  wrote:


  The "Python Crash Course" aim to teach python from nothing in the
first half and to put that knowledge in application in the second half
through 3 projects. These are a 2D game, some data visualization
technique from diverse source and a django application.

Some people have some difficulty with the official django tutorial.
https://tutorial.djangogirls.org/en/ offer a really nice alternative,
more accessible to beginner and more complete too, with a section on
handling form in django for exemple.

I have also head of tango with django but I can't comment on this one.




  




-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e37767fb-deff-d347-b821-975b04c3541a%40bristle.com.
For more options, visit https://groups.google.com/d/optout.


Re: Recommended courses/materials for Python/Django course...

2016-06-17 Thread 06userit
My 2 cents : 
I have started learning Python and Django from scratch 15 months ago. I 
have bought 3 books which were VERY useful :
1) Two scoops of Django (Django 1.8) Daniel & Audrey Roy GreenFeld : very 
good introduction to the Django world
2) Django by Example (Antonio Melé) : excellent implementation of several 
real-world django projects (code can be dowloaded)
3) Beginning django CMS Nigel George : very good explanation of how to use 
Django CMS
Cheers.

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cd420c85-590b-4a87-aabb-954ec7189d10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Recommended courses/materials for Python/Django course...

2016-06-19 Thread Fred Stluka

  
  
Thanks for the feedback!

--Fred
  
  
  Fred Stluka -- mailto:f...@bristle.com --
  http://bristle.com/~fred/
  
  Bristle Software, Inc -- http://bristle.com -- Glad to be of
  service!
  
  Open Source: Without walls and fences, we need no Windows or
  Gates.
  
  

On 6/17/16 10:04 AM, 06use...@gmail.com
  wrote:


  My 2 cents : 
I have started learning Python and Django from scratch 15 months
ago. I have bought 3 books which were VERY useful :
1) Two scoops of Django (Django 1.8) Daniel & Audrey Roy
GreenFeld : very good introduction to the Django world
2) Django by Example (Antonio Melé) : excellent implementation
of several real-world django projects (code can be dowloaded)
3) Beginning django CMS Nigel George : very good explanation of
how to use Django CMS
Cheers.
  
  -- 
  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 https://groups.google.com/group/django-users.
  To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cd420c85-590b-4a87-aabb-954ec7189d10%40googlegroups.com.
  For more options, visit https://groups.google.com/d/optout.


  




-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f3f1925d-8e96-e057-7342-0be244afc326%40bristle.com.
For more options, visit https://groups.google.com/d/optout.


Urgent Need: Strong Python/Django Developer needed immediately

2016-10-05 Thread Sunil Kumar


*Duration: Long term (3 years)*

*Interview: Telephonic and then in-person (Sorry, we don’t pay for 
airfare/travel reimbursement for interview or any relocation expenses, if 
selected)*

*Location: Bethesda, MD*

*Rate: Open – Commensurate with experience.  *

*Visa Requirements: GC and Citizens only*

 

 

The incumbent is a middle to senior software developer with deep technical 
understanding of the development framework, the underlying language, 
platform, and related technologies.  They are specifically charged with 
assisting Client OCCS transition 50 software projects from the Coldfusion 
Server Technology to the Django/Python Framework. Duties include: 

- Advising developers in the best approach to migrating their 
existing projects into the new framework

- Mentoring developers in adapting to ORM and converting existing 
Database Schema into Model-oriented schemas

- Training developers on the Python/Django framework

- Training/Advocating a Test-driven approach to software development

- Advising Systems Support staff on how best to support the new 
application framework in the client systems infrastructure

- Researching and Prototyping solutions to challenges posed by the 
Client systems infrastructure

- Researching and Recommending approaches to republish APIs on the 
Django/Python platform

- Developing and Evangelizing best practices among developers.

 

The incumbent:

- Has 5 years of Django/Python Development Experience with 10-15 
years Software Development/IT Development Experience

- Demonstrates a full understanding of Human Factors, Usability, 
and Accessibility (especially Section 508)

- Implements software solutions using modern techniques and 
toolsets including the use of Git, Continuous Integration Systems (Bamboo, 
JIRA, Stash)

- Follows Agile processes and methodologies

- Demonstrates the Ability to perform data modelling and data 
manipulation using SQL on Oracle, MySQL, and PostgreSQL

- Demonstrates ability to work with Frontend technologies: HTML5, 
CSS3, and Advanced Javascript Frameworks such as AngularJS or JQuery

- Demonstrates technical expertise as a user of all platforms 
associated with the Development process: Windows 7-10, Mac OSX, and Centos 
6-7

- Works with Stakeholders, Users, and Project Managers to meet 
Client Project Goals and Milestones

- Language Skills: Python(3.x), Django(1.8+), BASH, JavaScript, CSS 
2/3

 

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6cd6d058-2ba9-47f5-9e40-0b01a35a1622%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to save base64 string in Python django

2015-07-13 Thread ywaghmare5203
Hello all,

I am trying to save base64 string string image to database but I am not 
able to store. I am beginner for python django language.

I am following these steps:--

from base64 import b64decode
from django.core.files.base import ContentFile
from time import time
import cStringIO
import base64


pic = cStringIO.StringIO()
image_string = 
cStringIO.StringIO(base64.b64decode(request.POST['photo']))
image = Image.open(image_string)
image.save(pic, image.format, quality = 100)
pic.seek(0)
return HttpResponse(pic, content_type='image/jpeg')

but I have error 

TypeError: Incorrect padding

Please help me for store the base64 image string in the database.


Thanks & Regards,

Yogesh Waghnare

-- 
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/54b12c7e-e9b0-4a47-85ce-988c897bbd11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Changing website version written in python+django

2014-07-31 Thread Lachlan Musicman
You can copy the files on top of the old files and then restart the
web server, which will bump the wsgi or fastcgi, which should be
sufficient.

cheers
L.

On 1 August 2014 15:06, Zoltán Turcsányi  wrote:
> Hi Everyone,
>
>
> I have a website written in python+django and I deployed it to
> pythonanywhere.com. It's okay, works well, but I want to deploy new
> versions. How should I do that?
> Just copy the new files with rsync? Or change the full django project
> directory?
> I would be really grateful if you wrote it step by step.
>
>
> Thanks,
> Zoli
>
> --
> 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/cb3e728b-433a-4e47-974b-b8e6a40eb07c%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
You have to be really clever to come up with a genuinely dangerous
thought. I am disheartened that people can be clever enough to do that
and not clever enough to do the obvious thing and KEEP THEIR IDIOT
MOUTHS SHUT about it, because it is much more important to sound
intelligent when talking to your friends.
This post was STUPID.
---
The Most Terrifying Thought Experiment of All Time
http://www.slate.com/articles/technology/bitwise/2014/07/roko_s_basilisk_the_most_terrifying_thought_experiment_of_all_time.html

-- 
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/CAGBeqiMG1-PWQ7HdACew2ii_qWdJzYXki%2B0Z4NotHf597cBkkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Changing website version written in python+django

2014-07-31 Thread Zoltán Turcsányi
THX
Z


2014. augusztus 1., péntek 7:12:38 UTC+2 időpontban Lachlan Musicman a 
következőt írta:
>
> You can copy the files on top of the old files and then restart the 
> web server, which will bump the wsgi or fastcgi, which should be 
> sufficient. 
>
> cheers 
> L. 
>
> On 1 August 2014 15:06, Zoltán Turcsányi > 
> wrote: 
> > Hi Everyone, 
> > 
> > 
> > I have a website written in python+django and I deployed it to 
> > pythonanywhere.com. It's okay, works well, but I want to deploy new 
> > versions. How should I do that? 
> > Just copy the new files with rsync? Or change the full django project 
> > directory? 
> > I would be really grateful if you wrote it step by step. 
> > 
> > 
> > Thanks, 
> > Zoli 
> > 
> > -- 
> > 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...@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-users/cb3e728b-433a-4e47-974b-b8e6a40eb07c%40googlegroups.com.
>  
>
> > For more options, visit https://groups.google.com/d/optout. 
>
>
>
> -- 
> You have to be really clever to come up with a genuinely dangerous 
> thought. I am disheartened that people can be clever enough to do that 
> and not clever enough to do the obvious thing and KEEP THEIR IDIOT 
> MOUTHS SHUT about it, because it is much more important to sound 
> intelligent when talking to your friends. 
> This post was STUPID. 
> ---
>  
>
> The Most Terrifying Thought Experiment of All Time 
>
> http://www.slate.com/articles/technology/bitwise/2014/07/roko_s_basilisk_the_most_terrifying_thought_experiment_of_all_time.html
>  
>

-- 
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/36e6ed5a-2023-4296-a617-7a0a53511e21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Changing website version written in python+django

2014-08-01 Thread CLIFFORD ILKAY
On 08/01/2014 01:06 AM, Zoltán Turcsányi wrote:
> Hi Everyone,
>
>
> I have a website written in python+django and I deployed it to
> pythonanywhere.com. It's okay, works well, but I want to deploy new
> versions. How should I do that?
> Just copy the new files with rsync? Or change the full django project
> directory?
> I would be really grateful if you wrote it step by step.

Hi Zoli,

I'm assuming that you're not using virtualenv right now. The best way to
do this is to use virtualenv, virtualenwrapper, and a revision control
system like Mercurial. The workflow goes something like this.

mkvirtualenv new_site
# pip install (all the bits that make up your site with the versions
that you want)
# hg clone (/path/to/old_site)
# run automated tests
# cd (to wherever manage.py is)
python manage.py runserver

That will enable you to test the upgraded site without any risk of
breaking the currently working site. Once you're satisfied that it's
working as you expect, you can "pip freeze > requirements.txt" and use
that as the basis of seeding an installation on the production server.
Again, use virtualenv on the server so that you can isolate the
environment for your site from the system-wide site-packages.

We have a site we built using Mezzanine 3.0.9. It pulled in Django 1.6.2
as a dependency when we did "pip install Mezzanine". In a test
virtualenv, we duplicated the production virtualenv so we had Mezzanine
3.0.9 and all its dependencies. We then ran "pip install --upgrade
Mezzanine" and that pulled in Mezzanine 3.1.9 with Django 1.6.5.
Immediately, we noticed there was some breakage on the site we built. We
downgraded to Mezzanine 3.0.9 in the test environment while leaving
Django 1.6.5 alone and that breakage disappeared so it's clear that it's
not Django but Mezzanine at the source of the breakage.

We upgraded Django to 1.6.5 in the production environment while leaving
Mezzanine at 3.0.9 and we'll have to deal with the breakage of our site
with Mezzanine 3.1.9 in the test environment before we can upgrade
Mezzanine in production, too. If we weren't using virtualenv, that would
have been an ordeal.

-- 
Regards,

Clifford Ilkay

647-778-8696

Dinamis

<http://dinamis.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/53DBBF1B.5020108%40dinamis.com.
For more options, visit https://groups.google.com/d/optout.


Re: Changing website version written in python+django

2014-08-04 Thread Jagger
Hi Clifford,

Thanks for your detailed answer.

Regards,
Zoli



> Hi Zoli, 
>
> I'm assuming that you're not using virtualenv right now. The best way to 
> do this is to use virtualenv, virtualenwrapper, and a revision control 
> system like Mercurial. The workflow goes something like this. 
>
> mkvirtualenv new_site 
> # pip install (all the bits that make up your site with the versions 
> that you want) 
> # hg clone (/path/to/old_site) 
> # run automated tests 
> # cd (to wherever manage.py is) 
> python manage.py runserver 
>
> That will enable you to test the upgraded site without any risk of 
> breaking the currently working site. Once you're satisfied that it's 
> working as you expect, you can "pip freeze > requirements.txt" and use 
> that as the basis of seeding an installation on the production server. 
> Again, use virtualenv on the server so that you can isolate the 
> environment for your site from the system-wide site-packages. 
>
> We have a site we built using Mezzanine 3.0.9. It pulled in Django 1.6.2 
> as a dependency when we did "pip install Mezzanine". In a test 
> virtualenv, we duplicated the production virtualenv so we had Mezzanine 
> 3.0.9 and all its dependencies. We then ran "pip install --upgrade 
> Mezzanine" and that pulled in Mezzanine 3.1.9 with Django 1.6.5. 
> Immediately, we noticed there was some breakage on the site we built. We 
> downgraded to Mezzanine 3.0.9 in the test environment while leaving 
> Django 1.6.5 alone and that breakage disappeared so it's clear that it's 
> not Django but Mezzanine at the source of the breakage. 
>
> We upgraded Django to 1.6.5 in the production environment while leaving 
> Mezzanine at 3.0.9 and we'll have to deal with the breakage of our site 
> with Mezzanine 3.1.9 in the test environment before we can upgrade 
> Mezzanine in production, too. If we weren't using virtualenv, that would 
> have been an ordeal. 
>
> -- 
> Regards, 
>
> Clifford Ilkay 
>
> 647-778-8696 
>
> Dinamis 
>
>  
>
>

-- 
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/daf534f6-85e4-46cc-a58a-daaea8cd9e8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Python/Django Developer |For Hire| - 40 hours/week

2014-08-19 Thread Subhish Nair
*Hi,*
*I am Subhish Nair, BDE of SparkSupport Infotech Pvt Ltd.*



*About Us :Sparksupport* is an agile organization with an impeccable record
for deploying and managing end-to-end IT services for more than 8 years.
Being pioneers in Infrastructure Management Services (IMS) and web-based
application development, we have helped SME's to leverage their business by
making use of prompt and viable IT solutions. Leveraging our strong
expertise will allow you to focus on your core business while we ensure the
quality of your IT solutions & operations.

We provide a broad spectrum of IT services that focus on cost effectiveness
and strategic delivery. Our solutions address your unique business needs,
allowing you to quickly implement scale as your business grows and
technology evolves.


*Our Services:*
1. IT Infrastructure Management

2. Cloud Computing Solutions

3. Software Development (PHP,Python,Perl)

4. Live Streaming Services

5. Email Delivery Support

6. Remote Dedicated Staffing






*The link to our Portfolio's is as
below:http://www.sparksupport.com/portfolio.html
<http://www.sparksupport.com/portfolio.html> *

*Our Skillset:*

Python: Scripting, debugging, PEP 8 standards, usage of 3rd party packages

Django: Web development, API coding, Amazon s3 integration, Migration
tool(South), Pluggable application, Celery(Asynchronous),Social
Authentication(Facebook, Twitter)

Javascript: Jquery, ajax, plugins, mootools

Others: Redis and Beanstalkd(message broker), Version control system(git,
mercurial), elasticsearch, Server sent events, css, less, Bootstrap,
Apache, Gunicorn, jquery mobile

Good knowledge in Amazon AWS also.


 *Please see the short brief of some sample projects we have done:*

HealthChatLink

A medical project doing realtime chat between doctors, patients and care
circle of patient. Framework used is Django, database is mysql. Other
technology used are redis as message channel, socket.io javascript for
realtime server communication, celery for saving chat to database, sphinx
search for full text search of previous chat. Includes api's for mobile app
for the same. Hosted using gunicorn webserver. Mobile and tablet app using
appcelerator. The styling of the website is done using Bootstrap. Front end
javascripts are using jQuery.


Highlightcam

A movie making and socializing portal for the android and ios app
HighlightCam. Using REST api used for android and ios app. Framework used
is Django. Uploading media files to amazon s3 using python boto library.
Other technology used are celery and beanstalkd. Hosted in AWS using apache
and nginx. Front end javascripts are using jQuery.

DealSnapt

dealsnapt™ is the leading product in the US market for mobile smartphone
users that are looking for the best local deals. The api controlling entire
dealsnapt operations is developed using python/django. The database used is
posgresql and postgis is used for handing spatial data. Used sqlalchemy
along with django ORM to handle database operations. Migration tool used
for this is alembic. Payment gateway used is Stripe. Android/iOS push
notification sending is also implemeted in this api. The project hosted
using ngnix.

Data Mining

Project handles crawling through online shopping sites to scrap active
deals. Crawling initialization is done in every 6 hours. Spiders are
written using python framework Scrapy. Django is used to serve the website.
Site is hosted in AWS with apache.




*If you are interested,please schedule an interview/discussion with my team
over Skype/Phone. *

*Thanks,*



Warm Regards,  Subhish N
Business Development Executive
  subh...@sparksupport.com


*Email :  subh...@sparksupport.com|   Skype
:  spark.subhish India Phone: +91-9567091666 | US Phone : +14086001449*

-- 
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/CALhC7oqXLacAHfZRUivei4AMTk54ypoLHh%2BWKRUJQ1-k%2BeO3JQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Interested in training course in advanced Python/Django

2008-04-04 Thread Student

I am interested in attending a training course in Django or in
advanced-level Python with web-development.
Would anyone know of training courses available in Los Angeles?
Thank you for your time.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: how to post XML with python / Django

2008-07-09 Thread Norman Harman

Bobby Roberts wrote:
> We are using a payment gateway  for usaepay.com to process credit
> cards.  Does anyone have experience with this?  I'm trying to find a
> good resource for posting XML to another site but i'm coming up short
> with how to do this in django and python.

Create a template.xml pass it and a context with your variables into 
render_to_string 
http://www.djangoproject.com/documentation/templates_python/#the-render-to-string-shortcut

Then use Python stdlib http://docs.python.org/lib/module-urllib2.html to 
POST request.

-- 
Norman J. Harman Jr.
Senior Web Specialist, Austin American-Statesman
___
You've got fun!  Check out Austin360.com for all the entertainment
info you need to live it up in the big city!

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



<    1   2   3   4   5   6   7   8   9   >