Re: Regarding Learning Django with collaboration

2015-07-19 Thread Tara gurung

YES absolutely
On Friday, 17 July 2015 13:22:13 UTC+5:45, How to configure pgAdminIII 
wrote:
>
> Hi People, 
>
> Are there any people who are learning Python and even planning to 
> learn Django and keen interested to form a group as such towards this 
> learning curve 
>
> I am interested to form a group where we interested folks, will start 
> learning Python alongside Django by working on a concept to building a 
> website probably which helps for more people. May be if someone comes 
> up something we can group together share knowledge and build something 
>
> I have a concept like this collaborative platform to form groups and 
> share concepts and learn anything online by multiple sources joining 
> one to another to help people learn various things; mostly technology. 
> So kindly connect whoever if interested 
>
> Regards 
>
> Rohit 
>

-- 
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/0c2e1141-4c35-4cbe-b552-f74cd3af9413%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Name error ,not defined problem

2015-07-19 Thread Tara gurung




This is my application structure with newsletter application inside *SRC* 
project.

*Hellow am newbie to django framework and need some help to fix it*

*urls.py* has this added
 urlpatterns = [

  url(r'^$', newsletter.views.home, name='home'),
 url(r'^admin/', include(admin.site.urls)),
]



*settings.py*

*In the application i have listed the newsletter application*

*# Application definition*


INSTALLED_APPS = (


'django.contrib.admin',

'django.contrib.auth',

'django.contrib.contenttypes',

'django.contrib.sessions',

'django.contrib.messages',

'django.contrib.staticfiles',

'newsletter',

)



*Now in the apps part*

*Added the view page in views.py*


*from django.shortcuts import render*

# Create your views here.

def home(request):

 return render(request,"home.html",{})

*In the newsletter application create a folder templates and added the 
home.html.*


*Running the server I get his error below. What might be the cause*









-- 
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/33de4bed-b8bb-46ec-bd7e-6308b2d3c9c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding Learning Django with collaboration

2015-07-19 Thread richard kappler
I'd be interested.
On Jul 19, 2015 6:16 AM, "Tara gurung"  wrote:

>
> YES absolutely
> On Friday, 17 July 2015 13:22:13 UTC+5:45, How to configure pgAdminIII
> wrote:
>>
>> Hi People,
>>
>> Are there any people who are learning Python and even planning to
>> learn Django and keen interested to form a group as such towards this
>> learning curve
>>
>> I am interested to form a group where we interested folks, will start
>> learning Python alongside Django by working on a concept to building a
>> website probably which helps for more people. May be if someone comes
>> up something we can group together share knowledge and build something
>>
>> I have a concept like this collaborative platform to form groups and
>> share concepts and learn anything online by multiple sources joining
>> one to another to help people learn various things; mostly technology.
>> So kindly connect whoever if interested
>>
>> Regards
>>
>> Rohit
>>
>  --
> 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/0c2e1141-4c35-4cbe-b552-f74cd3af9413%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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAG7edPGLjK%2BmSDjtQBfMYrzQ5ffZnt%2Bj%3DmCmOy8WVJvPsaBNSg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding Learning Django with collaboration

2015-07-19 Thread Derek Pauley
I am interested. I am a Web Platform Administrator. I use Python everyday. 
I have been using Django and Flask only for a short while. However I have 
years of Java and Ruby development experience. I can help with things on 
the OPS side and can write code. I am interested in Content Management 
Systems and would like to work on a project with Python.

On Friday, July 17, 2015 at 11:24:37 AM UTC-5, Ben Thompson wrote:
>
> I have a small group myself that I have been looking to expand. At the 
> moment there is myself and two others with 4 years of Python experience and 
> about a year and a bit of experience with Django under our belt. We are 
> slowly working on a content management system in Django ourselves 
> (currently towards building a site to discuss video games and technology). 
> We already have a small set up together including a small dedicated server.
>
> If you are interested, feel free to email me privately.
>
> On Friday, July 17, 2015 at 4:37:13 AM UTC-3, How to configure pgAdminIII 
> wrote:
>>
>> Hi People, 
>>
>> Are there any people who are learning Python and even planning to 
>> learn Django and keen interested to form a group as such towards this 
>> learning curve 
>>
>> I am interested to form a group where we interested folks, will start 
>> learning Python alongside Django by working on a concept to building a 
>> website probably which helps for more people. May be if someone comes 
>> up something we can group together share knowledge and build something 
>>
>> I have a concept like this collaborative platform to form groups and 
>> share concepts and learn anything online by multiple sources joining 
>> one to another to help people learn various things; mostly technology. 
>> So kindly connect whoever if interested 
>>
>> Regards 
>>
>> Rohit 
>>
>

-- 
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/aa0b5abb-2e6d-4179-81f0-785b48f33bd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Derek Pauley
Looks very nice.

On Friday, July 17, 2015 at 1:06:20 PM UTC-5, Ilan wrote:
>
> About a month ago I started working on a multiprocessing task queue for 
> Django. It is not supposed to be a Celery beater, but a simpler Django 
> integrated alternative with similar performance.
> This is my first big open source project for Django and I want your 
> feedback in this early stage.
> Have a look at it on github  or at 
> the readthedocs  documentation and I'll 
> try to respond to any questions or suggestions.
>
> Thanks in advance
>

-- 
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/ea081845-3ce2-4e4e-9546-c160147a8421%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Try Django 1.8 Tutorial 37 on Youtube - Bootstrap Design Falls Apart In Production

2015-07-19 Thread Derek Pauley
Have you reached out to the author of the tutorial? What browser are you 
using? Were you using the Django debug toolbar? 

On Thursday, July 16, 2015 at 4:24:40 PM UTC-5, Chris Nowak wrote:
>
> I'm following this Youtube tutorial as I'm learning Django, and around the 
> 11 minute mark, after the author sets DEBUG = False and ALLOWED_HOSTS = 
> ['*'], when he runs the server again, the web app shows up perfectly with 
> its nice design for him. However, when I ran the server again on my end, 
> the website design fell apart and lost its bootstrap-like design. The 
> images are not showing up either. I have a suspicion that this has 
> something to do with the 'static_in_pro' and 'static_in_env' folders and 
> maybe if they're applied differently for production vs. development, but 
> I'm not sure at all, just a beginner. I have attached screen shots of how 
> the website design is falling apart for me when I switch production.
>
> Any help or advice on how to fix this is greatly appreciated. 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/782cb5a2-db10-48b8-8846-c2da9b868cd9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Ilan
Thanks. I'm currently working on the 0.4.0 release that will add result 
groups.  Hoping to release it in a few hours.

On Sunday, July 19, 2015 at 3:55:47 PM UTC+2, Derek Pauley wrote:
>
> Looks very nice.
>
> On Friday, July 17, 2015 at 1:06:20 PM UTC-5, Ilan wrote:
>>
>> About a month ago I started working on a multiprocessing task queue for 
>> Django. It is not supposed to be a Celery beater, but a simpler Django 
>> integrated alternative with similar performance.
>> This is my first big open source project for Django and I want your 
>> feedback in this early stage.
>> Have a look at it on github  or at 
>> the readthedocs  documentation and 
>> I'll try to respond to any questions or suggestions.
>>
>> Thanks in advance
>>
>

-- 
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/4e95edc3-6944-4cfc-a0ff-99a9d87f2a70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding Learning Django with collaboration

2015-07-19 Thread Ramzi Alsallaq
Me too. I have been learning mostly Python and a little Django for more
than a year. My focus is in using Python as a replacement to Matlab in
conducting numerical analyses and simulation.

Regards,
Ramzi
On Jul 19, 2015 9:55 AM, "Derek Pauley"  wrote:

> I am interested. I am a Web Platform Administrator. I use Python everyday.
> I have been using Django and Flask only for a short while. However I have
> years of Java and Ruby development experience. I can help with things on
> the OPS side and can write code. I am interested in Content Management
> Systems and would like to work on a project with Python.
>
> On Friday, July 17, 2015 at 11:24:37 AM UTC-5, Ben Thompson wrote:
>>
>> I have a small group myself that I have been looking to expand. At the
>> moment there is myself and two others with 4 years of Python experience and
>> about a year and a bit of experience with Django under our belt. We are
>> slowly working on a content management system in Django ourselves
>> (currently towards building a site to discuss video games and technology).
>> We already have a small set up together including a small dedicated server.
>>
>> If you are interested, feel free to email me privately.
>>
>> On Friday, July 17, 2015 at 4:37:13 AM UTC-3, How to configure pgAdminIII
>> wrote:
>>>
>>> Hi People,
>>>
>>> Are there any people who are learning Python and even planning to
>>> learn Django and keen interested to form a group as such towards this
>>> learning curve
>>>
>>> I am interested to form a group where we interested folks, will start
>>> learning Python alongside Django by working on a concept to building a
>>> website probably which helps for more people. May be if someone comes
>>> up something we can group together share knowledge and build something
>>>
>>> I have a concept like this collaborative platform to form groups and
>>> share concepts and learn anything online by multiple sources joining
>>> one to another to help people learn various things; mostly technology.
>>> So kindly connect whoever if interested
>>>
>>> Regards
>>>
>>> Rohit
>>>
>>  --
> 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/aa0b5abb-2e6d-4179-81f0-785b48f33bd3%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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANT%3DbOyZtxyEe1x%2BLdNaByd_Vfv8hLT5nOt%3DNG4CYVS41ZzFvg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Name error ,not defined problem

2015-07-19 Thread Diego Matar
Didi you add* 'newsletter' *to your INSTALLED_APPS in settings.py?




Em domingo, 19 de julho de 2015 07:16:52 UTC-3, Tara gurung escreveu:
>
>
> 
>
> This is my application structure with newsletter application inside *SRC* 
> project.
>
> *Hellow am newbie to django framework and need some help to fix it*
>
> *urls.py* has this added
>  urlpatterns = [
>
>   url(r'^$', newsletter.views.home, name='home'),
>  url(r'^admin/', include(admin.site.urls)),
> ]
>
>
>
> *settings.py*
>
> *In the application i have listed the newsletter application*
>
> *# Application definition*
>
>
> INSTALLED_APPS = (
>
>
> 'django.contrib.admin',
>
> 'django.contrib.auth',
>
> 'django.contrib.contenttypes',
>
> 'django.contrib.sessions',
>
> 'django.contrib.messages',
>
> 'django.contrib.staticfiles',
>
> 'newsletter',
>
> )
>
>
>
> *Now in the apps part*
>
> *Added the view page in views.py*
>
>
> *from django.shortcuts import render*
>
> # Create your views here.
>
> def home(request):
>
>  return render(request,"home.html",{})
>
> *In the newsletter application create a folder templates and added the 
> home.html.*
>
>
> *Running the server I get his error below. What might be the cause*
>
>
> 
>
>
>
>
>
>
>
>

-- 
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/84873d7c-8fb2-4a12-90a0-8b2bdd322671%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Name error ,not defined problem

2015-07-19 Thread Scot Hacker
Your URL definition is calling a module that hasn't been imported. At the 
top of your urls.py, add:

from newsletter import views


In the URL definition, do:

url(r'^$', views.home, name='home'),


./s

>
>

-- 
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/87e47cfe-7495-467c-ac9a-07f1be84007a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Help me develop a Job Tracker (?)

2015-07-19 Thread Softeisbieger
I could fix part of my problem: The formtools formwizard doc states for the 
us of modelformsets: 

'WizardView supports ModelForms 

 
and ModelFormSets 
. 
Additionally to initial_dict 
,
 
the as_view() 

 
method takes an instance_dict argument that should contain model instances 
for steps based on ModelForm and querysets for steps based on ModelFormSet.' 


For me this does not make to much sense: Why should I specify model 
instances / querysets for steps basend on ModelForm / ModelFormSet? In the 
case of ModelFormSet, FormView seems to prepopulate the formset with all 
model instances from the database, causing half of my error above.
Why has this behavior been chosen? I don't get it...

Nevertheless, to fix this I added 'instance_dict = {'third': 
Task.objects.none()}' to the JobWizard.

Still half of the error persists: Upon submitting the final 
formwizard-form, the *last* form in the TaskFormSet produces a 
'RelatedObjectDoesNotExist' error for Step ('Task has no step'), even 
though it was preset by 'get_form_initial'. All other forms are saved 
without a problem. So what is special about the last form in the formset? 
Ugh...

-- 
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/ee0855ff-cc96-4cc4-89bb-553e99df4044%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Avraham Serour
I don't get it, is redis a feature or dependency?

On Sun, Jul 19, 2015 at 4:58 PM, Ilan  wrote:

> Thanks. I'm currently working on the 0.4.0 release that will add result
> groups.  Hoping to release it in a few hours.
>
> On Sunday, July 19, 2015 at 3:55:47 PM UTC+2, Derek Pauley wrote:
>>
>> Looks very nice.
>>
>> On Friday, July 17, 2015 at 1:06:20 PM UTC-5, Ilan wrote:
>>>
>>> About a month ago I started working on a multiprocessing task queue for
>>> Django. It is not supposed to be a Celery beater, but a simpler Django
>>> integrated alternative with similar performance.
>>> This is my first big open source project for Django and I want your
>>> feedback in this early stage.
>>> Have a look at it on github  or at
>>> the readthedocs  documentation and
>>> I'll try to respond to any questions or suggestions.
>>>
>>> Thanks in advance
>>>
>>  --
> 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/4e95edc3-6944-4cfc-a0ff-99a9d87f2a70%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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWa6t%2BDOJa9zgCHsXpQDaQB-mnekp1vmFAQTQzsoKetUqnK5w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Ilan Steemers
both

On Sun, Jul 19, 2015 at 5:48 PM, Avraham Serour  wrote:

> I don't get it, is redis a feature or dependency?
>
> On Sun, Jul 19, 2015 at 4:58 PM, Ilan  wrote:
>
>> Thanks. I'm currently working on the 0.4.0 release that will add result
>> groups.  Hoping to release it in a few hours.
>>
>> On Sunday, July 19, 2015 at 3:55:47 PM UTC+2, Derek Pauley wrote:
>>>
>>> Looks very nice.
>>>
>>> On Friday, July 17, 2015 at 1:06:20 PM UTC-5, Ilan wrote:

 About a month ago I started working on a multiprocessing task queue for
 Django. It is not supposed to be a Celery beater, but a simpler Django
 integrated alternative with similar performance.
 This is my first big open source project for Django and I want your
 feedback in this early stage.
 Have a look at it on github  or at
 the readthedocs  documentation and
 I'll try to respond to any questions or suggestions.

 Thanks in advance

>>>  --
>> 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/4e95edc3-6944-4cfc-a0ff-99a9d87f2a70%40googlegroups.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/hdrhnd5GqDE/unsubscribe.
> To unsubscribe from this group and all its topics, 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/CAFWa6t%2BDOJa9zgCHsXpQDaQB-mnekp1vmFAQTQzsoKetUqnK5w%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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOWcmCh0%3DrPK3bg0t4EaoP%3D-Pf4nSqc_V8onFLONrav3KiNv3A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Avraham Serour
that doesn't make any sense to me, I understand that a dependency is
something that I must install in order to use your library, for example
django.
If I have a non django python project, I would need to install django
before using django q.

a feature would something like psutil or hredis, or even something like
supporting redis or postgres.

In any case it should be clear that I need redis on the installation page

On Sun, Jul 19, 2015 at 6:51 PM, Ilan Steemers  wrote:

> both
>
> On Sun, Jul 19, 2015 at 5:48 PM, Avraham Serour  wrote:
>
>> I don't get it, is redis a feature or dependency?
>>
>> On Sun, Jul 19, 2015 at 4:58 PM, Ilan  wrote:
>>
>>> Thanks. I'm currently working on the 0.4.0 release that will add result
>>> groups.  Hoping to release it in a few hours.
>>>
>>> On Sunday, July 19, 2015 at 3:55:47 PM UTC+2, Derek Pauley wrote:

 Looks very nice.

 On Friday, July 17, 2015 at 1:06:20 PM UTC-5, Ilan wrote:
>
> About a month ago I started working on a multiprocessing task queue
> for Django. It is not supposed to be a Celery beater, but a simpler Django
> integrated alternative with similar performance.
> This is my first big open source project for Django and I want your
> feedback in this early stage.
> Have a look at it on github  or
> at the readthedocs  documentation
> and I'll try to respond to any questions or suggestions.
>
> Thanks in advance
>
  --
>>> 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/4e95edc3-6944-4cfc-a0ff-99a9d87f2a70%40googlegroups.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Django users" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/django-users/hdrhnd5GqDE/unsubscribe.
>> To unsubscribe from this group and all its topics, 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/CAFWa6t%2BDOJa9zgCHsXpQDaQB-mnekp1vmFAQTQzsoKetUqnK5w%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 http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAOWcmCh0%3DrPK3bg0t4EaoP%3D-Pf4nSqc_V8onFLONrav3KiNv3A%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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWa6tJ1sD9e9m3X-5pB4bzJk38tEg73O%3Dx1MJYPgHVQB6B0Kg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Ilan
It states specifically that you need a running Redis server in the 
installation guide both on github and rtd. It just doesn't list it as a 
python requirement..
I didn't realize this would throw people off. Thanks for pointing this out.

On Sunday, July 19, 2015 at 5:58:22 PM UTC+2, Avraham Serour wrote:
>
> that doesn't make any sense to me, I understand that a dependency is 
> something that I must install in order to use your library, for example 
> django.
> If I have a non django python project, I would need to install django 
> before using django q.
>
> a feature would something like psutil or hredis, or even something like 
> supporting redis or postgres.
>
> In any case it should be clear that I need redis on the installation page
>
> On Sun, Jul 19, 2015 at 6:51 PM, Ilan Steemers  > wrote:
>
>> both
>>
>> On Sun, Jul 19, 2015 at 5:48 PM, Avraham Serour > > wrote:
>>
>>> I don't get it, is redis a feature or dependency?
>>>
>>> On Sun, Jul 19, 2015 at 4:58 PM, Ilan > 
>>> wrote:
>>>
 Thanks. I'm currently working on the 0.4.0 release that will add result 
 groups.  Hoping to release it in a few hours.

 On Sunday, July 19, 2015 at 3:55:47 PM UTC+2, Derek Pauley wrote:
>
> Looks very nice.
>
> On Friday, July 17, 2015 at 1:06:20 PM UTC-5, Ilan wrote:
>>
>> About a month ago I started working on a multiprocessing task queue 
>> for Django. It is not supposed to be a Celery beater, but a simpler 
>> Django 
>> integrated alternative with similar performance.
>> This is my first big open source project for Django and I want your 
>> feedback in this early stage.
>> Have a look at it on github  or 
>> at the readthedocs  documentation 
>> and I'll try to respond to any questions or suggestions.
>>
>> Thanks in advance
>>
>  -- 
 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/4e95edc3-6944-4cfc-a0ff-99a9d87f2a70%40googlegroups.com
  
 
 .

 For more options, visit https://groups.google.com/d/optout.

>>>
>>>  -- 
>>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "Django users" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/django-users/hdrhnd5GqDE/unsubscribe.
>>> To unsubscribe from this group and all its topics, 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/CAFWa6t%2BDOJa9zgCHsXpQDaQB-mnekp1vmFAQTQzsoKetUqnK5w%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...@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/CAOWcmCh0%3DrPK3bg0t4EaoP%3D-Pf4nSqc_V8onFLONrav3KiNv3A%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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f0c46e01-f8ee-4445-94b7-7624ebd98d1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Avraham Serour
your're right, sorry, I missed that

On Sun, Jul 19, 2015 at 7:03 PM, Ilan  wrote:

> It states specifically that you need a running Redis server in the
> installation guide both on github and rtd. It just doesn't list it as a
> python requirement..
> I didn't realize this would throw people off. Thanks for pointing this out.
>
> On Sunday, July 19, 2015 at 5:58:22 PM UTC+2, Avraham Serour wrote:
>>
>> that doesn't make any sense to me, I understand that a dependency is
>> something that I must install in order to use your library, for example
>> django.
>> If I have a non django python project, I would need to install django
>> before using django q.
>>
>> a feature would something like psutil or hredis, or even something like
>> supporting redis or postgres.
>>
>> In any case it should be clear that I need redis on the installation page
>>
>> On Sun, Jul 19, 2015 at 6:51 PM, Ilan Steemers  wrote:
>>
>>> both
>>>
>>> On Sun, Jul 19, 2015 at 5:48 PM, Avraham Serour 
>>> wrote:
>>>
 I don't get it, is redis a feature or dependency?

 On Sun, Jul 19, 2015 at 4:58 PM, Ilan  wrote:

> Thanks. I'm currently working on the 0.4.0 release that will add
> result groups.  Hoping to release it in a few hours.
>
> On Sunday, July 19, 2015 at 3:55:47 PM UTC+2, Derek Pauley wrote:
>>
>> Looks very nice.
>>
>> On Friday, July 17, 2015 at 1:06:20 PM UTC-5, Ilan wrote:
>>>
>>> About a month ago I started working on a multiprocessing task queue
>>> for Django. It is not supposed to be a Celery beater, but a simpler 
>>> Django
>>> integrated alternative with similar performance.
>>> This is my first big open source project for Django and I want your
>>> feedback in this early stage.
>>> Have a look at it on github  or
>>> at the readthedocs  documentation
>>> and I'll try to respond to any questions or suggestions.
>>>
>>> Thanks in advance
>>>
>>  --
> 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/4e95edc3-6944-4cfc-a0ff-99a9d87f2a70%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

  --
 You received this message because you are subscribed to a topic in the
 Google Groups "Django users" group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/django-users/hdrhnd5GqDE/unsubscribe.
 To unsubscribe from this group and all its topics, 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/CAFWa6t%2BDOJa9zgCHsXpQDaQB-mnekp1vmFAQTQzsoKetUqnK5w%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...@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/CAOWcmCh0%3DrPK3bg0t4EaoP%3D-Pf4nSqc_V8onFLONrav3KiNv3A%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 http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/f0c46e01-f8ee-4445-94b

Okay so has nothing to do with programming, and everything to do with the future of Humanity

2015-07-19 Thread JJ Zolper
I just want to put it out there that even if I have received a lot of 
negative vibes from the posts I have made, my only intention is that I aim 
to bring about a positive future for Django but also those who want to 
change the world with their website applications. Maybe some of the posts I 
have made aren't considered politically correct, but the only reason I made 
them is because I want to see Django make a major positive impact on the 
world. For example I think we need to make it extremely more seamless for 
people with a passion for innovating in the web space to get their deployed 
and live websites to the level of being the best they can be. That is why I 
made a post about trying to excite raise the level of effort invested into 
documentation about optimizing deployment. I think there needs to be more 
guidance and a community based effort at consolidating information in 
relation to running a live website. Whether it's the database, the Django 
views, the template language, the entire picture. We need to list the tools 
that make running a Django website more seamless instead of leaving that to 
a guessing game. We need to set guidelines that help people get their 
website running in the real world and in this way we can iterate over what 
are the best practices to achieve each and every person's goals.

Thanks for reading and your understanding. In signing off it must be noted 
everything I have done has been in my view of the best interest of Django 
no matter what it has seemed to some.

Thanks again,

JJ

-- 
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/366103aa-04ee-4719-af3b-98fb7eb994b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Try Django 1.8 Tutorial 37 on Youtube - Bootstrap Design Falls Apart In Production

2015-07-19 Thread Mario Gudelj
Your static assets aren't loading. Normally in production you'd setup nginx
or apache to do this job. Have you done that?
On 17 Jul 2015 7:24 am, "Chris Nowak"  wrote:

> I'm following this Youtube tutorial as I'm learning Django, and around the
> 11 minute mark, after the author sets DEBUG = False and ALLOWED_HOSTS =
> ['*'], when he runs the server again, the web app shows up perfectly with
> its nice design for him. However, when I ran the server again on my end,
> the website design fell apart and lost its bootstrap-like design. The
> images are not showing up either. I have a suspicion that this has
> something to do with the 'static_in_pro' and 'static_in_env' folders and
> maybe if they're applied differently for production vs. development, but
> I'm not sure at all, just a beginner. I have attached screen shots of how
> the website design is falling apart for me when I switch production.
>
> Any help or advice on how to fix this is greatly appreciated. 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/4ad40956-58bf-4bc5-ab51-938e8582dbfb%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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHqTbj%3Ddo54iJNU789uQhSR_GQf18SMqFPNU6CovCUWGOdLHhQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Okay so has nothing to do with programming, and everything to do with the future of Humanity

2015-07-19 Thread Brandon Keith Biggs

Hello,
I totally agree with you, there should be some way to bridge new 
developers into django from python and focus on getting a web presence.
Have you taken a look at Mezzanine? It is a very nice CMS that has all 
the elements to be a perfect bridge into django and the only problems 
are the real newbies coming in and shaping the whole system.
But another thing I would like to know and I'm sure other people would 
like to know, is how to run a server for either a game or to collect 
data from a client-side application and get it on the server-side. 
Something for high scores and whatnot. How can one do that with django?

Thank you,

Brandon Keith Biggs 
On 7/20/2015 1:40 AM, JJ Zolper wrote:
I just want to put it out there that even if I have received a lot of 
negative vibes from the posts I have made, my only intention is that I 
aim to bring about a positive future for Django but also those who 
want to change the world with their website applications. Maybe some 
of the posts I have made aren't considered politically correct, but 
the only reason I made them is because I want to see Django make a 
major positive impact on the world. For example I think we need to 
make it extremely more seamless for people with a passion for 
innovating in the web space to get their deployed and live websites to 
the level of being the best they can be. That is why I made a post 
about trying to excite raise the level of effort invested into 
documentation about optimizing deployment. I think there needs to be 
more guidance and a community based effort at consolidating 
information in relation to running a live website. Whether it's the 
database, the Django views, the template language, the entire picture. 
We need to list the tools that make running a Django website more 
seamless instead of leaving that to a guessing game. We need to set 
guidelines that help people get their website running in the real 
world and in this way we can iterate over what are the best practices 
to achieve each and every person's goals.


Thanks for reading and your understanding. In signing off it must be 
noted everything I have done has been in my view of the best interest 
of Django no matter what it has seemed to some.


Thanks again,

JJ
--
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/366103aa-04ee-4719-af3b-98fb7eb994b9%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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/55AC8337.8060501%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is there a plan to modernize Django-admin?

2015-07-19 Thread Derek
You can also look at http://djangosuit.com/ - works very well.  Free for 
non-commercial projects.  In the middle of an upgrade to Bootstrap 3.

On Saturday, 18 July 2015 11:18:49 UTC+2, xliiv wrote:
>
> Thanks for clarification, I'll check both: django-admin2 and 
> django-xadmin.
>
>
> On Sat, Jul 18, 2015 at 2:04 AM Russell Keith-Magee <
> rus...@keith-magee.com > wrote:
>
>> On Sat, Jul 18, 2015 at 2:54 AM, xliiv > > wrote:
>>
>>> Hi!
>>> Like the topic, though I don't mean only frontend.
>>> Backend could be also rewritten with for example class-based views and 
>>> other stuff used in regular Django apps?
>>> Would it be a waste? I'm just curious what is your opinion. :) 
>>>
>>
>> Hi Tymoteusz,
>>
>> As a volunteer project, what gets added to Django is whatever gets 
>> contributed. We don't make plans and then execute on those plans. I'm not 
>> aware of anyone who is actively working on a major rewrite/refactor of 
>> Django's admin at the moment.
>>
>> The state of Django's Admin is a topic that has been discussed many 
>> times, over many years. I don't think you'd get any disagreement that there 
>> is room for improvement; but it's also a big project. There have been a 
>> number of third party projects that propose to replace Django's admin (most 
>> notably django-admin2, but it's by no means the only project with this 
>> goal). 
>>
>> The key thing here is that a new admin could be entirely constructed as a 
>> third-party project. Django's existing admin doesn't do anything special - 
>> it's "just" a Django app, like any other. If you're particularly motivated, 
>> you could build your own Django admin using the tools that Django provides 
>> (and, as of 1.8, documents as official, stable API).
>>
>> For what it's worth, I've got my own crazy ideas about what a "new" 
>> Django admin would look like, which I've hinted at at various conferences 
>> (hunt down any of my conference talks about class based views). However, 
>> I'm not likely to get any time soon to look at this as a project - I've got 
>> plenty of other yaks that I'm shaving at the moment :-)
>>
>> Yours
>> Russ Magee %-)
>>
>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Django users" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/django-users/A9g1ZODCg44/unsubscribe.
>> To unsubscribe from this group and all its topics, 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/CAJxq849%2BATzYJXiB_cwZE6nw4-m52yfiFhJjTPjPFwOAHUChSg%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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e3868a4f-1d8e-4d52-b06d-8982589462fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.