Re: Updates in production not showing up

2019-10-23 Thread Tommy Delage
hat should I do next? Le mardi 22 octobre 2019 11:32:54 UTC-4, Tommy Delage a écrit : > > I'm using django suit on digitalocean > > Anything I do in the files *.py doesn't show up in the production > environement, > > DigitalOcean doesn't want to go and take a

Updates in production not showing up

2019-10-22 Thread Tommy Delage
I'm using django suit on digitalocean Anything I do in the files *.py doesn't show up in the production environement, DigitalOcean doesn't want to go and take a look because those are files in the application, I'm stuck big time, could you help me and go in my application and make a minor cha

WebSocket CONNECT WebSocket DISCONNECT WebSocket CONNECT WebSocket DISCONNECT

2017-03-21 Thread Tommy
Hi, I'm setting up a web site using Django group. Websocket are working correctly in local host, i'm got three variable working and displayed in real time on the web page. When i'm trying to connect from a remote host, everything is working except the websocket. It 's constantly connecting and

stop backgroundworker

2017-03-06 Thread Tommy
Hi, I'm new to Django and would need some advice. I've got a process launched with a command: python manage.py myprocess. I've got an infinite loop there where i use Group("mygroup").send({'text': state_text}). Everything is well displayed on my html page. However i'd like to use buttons on m

Permissions to view staff details per manager and per office

2015-05-10 Thread Tommy
BooleanField() I have sorted authenticated login by using django-userena Tommy. -- 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..

Re: sql union all to def()

2013-04-11 Thread Tommy
unction in Django nor Python that comes close to what I am trying to do. I asked here hoping that someone might have some pointers. You are correct I am attempting to collect an overall count of similiar values from across all the fields in the model. Took a while to find the SQL on-line.

sql union all to def()

2013-04-10 Thread Tommy
= models.IntegerField(null=False) class Meta: db_table = u'xscale' def __unicode__(self): return unicode (self.gate) Thanks for your help, Tommy. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubsc

Re: Django Tutorial Equivalent to Ruby on Rails Tutorial by Michael Hartl

2012-10-22 Thread Tommy DANGerous
Thanks everyone for the help. I've gone through several tutorials, such as the one on the Django website and at http://lightbird.net/dbe/. Just trying to get more familiar with Django before I start trying to write it on my own. I'll take a look at the Django Book and the youtube videos you all

Django Tutorial Equivalent to Ruby on Rails Tutorial by Michael Hartl

2012-09-26 Thread Tommy DANGerous
Hello, I've been through several tutorials and looked around quite a bit and haven't really found a solid tutorial that goes through creating a web app in detail that is on par with the Ruby on Rails Tutorial by Michael Hartl. Will you please help a noobie like me and describe some tutorials f