Re: Tinymce 4.x with grappelli filebrowser?

2013-10-06 Thread Robert Steckroth
Ohh nice, thank you, I found just what I was looking for there. On Sun, Oct 6, 2013 at 10:52 AM, Gabriel - Iulian Dumbrava < gabriel.dumbr...@gmail.com> wrote: > Hi, > > There are a few forks of django-filebrowser-no-grappelli that have solved > this issue. > > Probably someone has solved it in

500 message with POST

2011-05-02 Thread Robert Cross
I'm a Django newbie and I'm trying to do some minor tests with POST methods (I need an automated/scriptable way to get data into my Django database). Using the following code @csrf_exempt def posttest(request): z=request.POST.get('data', 'no data') html="POST TestData supplied was

Help! Database is locked! Windows developing envrionment, sqlite3, djcelery and djkombu

2011-05-06 Thread Robert Ray
abaseError [2011-05-07 09:44:20,421: WARNING/MainProcess] : [2011-05-07 09:44:20,421: WARNING/MainProcess] database is locked [2011-05-07 09:44:20,421: INFO/MainProcess] process shutting down However, not all tasks fail. I succeeded in another task. I'm using the same sqlite3

Using real time POST data from within the template.

2011-06-20 Thread Robert Steckroth
Hey Gang, I am hoping that a few here can point me in the right direction. I have a online game that posts data to a server. The server broadcasts the information back to all of the clients via another post to the clients IP addresses. Now, while processing the POST data is not a problem, how, or

Re: Using real time POST data from within the template.

2011-06-20 Thread Robert Steckroth
Heck Ya, thanks for the reply. I am already pouring over the examples. It is almost as it was made just for me, aww :) -- Bringing game to younix Bust0ut Entertainment  --- PureBreedDefense.com --> TheLinuxGame.com --> PBDefence.com "Finding the exit without looking" -- You received this messa

Looking for Django Developers in the Region of Vienna Austria

2011-07-12 Thread Robert Boulanger
...@me.com thanks for your interest Robert Boulanger -- 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/-/lGKw8zWV7zIJ. To post to this group, send email

failed to run PROJ/manage.py in zip file

2011-07-13 Thread Robert Nie
imp.find_module('settings') Traceback (most recent call last): File "", line 1, in ImportError: No module named settings By comment out the lines about sanity checking on 'settings' file, everything works fine. I can invoke 'runserver', 'shell' parame

JavaScript src files not found.

2010-12-17 Thread Robert Steckroth
Hey coders, Where would stuff like .js src files go in a Django powered Website? ERROR --> 09:20:08.016: Network: GET http://localhost:8000/users/PBUi/mouse.js [HTTP/1.0 404 NOT FOUND 30ms] ERROR --> 09:20:07.823: Network: GET http://localhost:8000/users/sylvester.js [HTTP/1.0 404 NOT FOUND 11ms]

Using the media url in JS

2010-12-20 Thread Robert Steckroth
Hey gang, anyone care to share the best way to incorporate this image loading function into my Website. *Here is the JS premise I want to achieve --> textureFile[t].image.src = {{ MEDIA_URL }} + tempName + tExt; This JS is successfully loaded by index.html via this --> *Needs a working

fixtures with updated timestamps

2011-03-30 Thread Robert Šmol
Hi, is it possible to load fixtures of models that have a datetime field and then updated those? I mean we have a nice preset database, but it gets old over time, I need to refresh the time attributes during tests and new development deployments. Robert -- You received this message because

Restrict downloading files in Django?

2015-01-31 Thread Robert Rössler
Hello, what is the best way to restrict downloading files only to authorized users? I want to let users upload files and let them download them, but restrict downloading other users files. Thank you -- You received this message because you are subscribed to the Google Groups "Django users" gro

Existing database - new project

2015-03-06 Thread Robert Daniels
I understand it is possible to use an existing database on a new Django project. As I see it, I have 2 choices. 1 - Use the existing database and deal with it in that fashion. or 2 - Create a new project to store the same type of data as if there were no existing database, Then write a separ

Re: Existing database - new project

2015-03-13 Thread Robert Daniels
thanks for everyone's input. I'll run parallel implementations and see which one works best for the long haul. -- 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 is not sending 500 error emails, AdminEmailHandler is not even triggering... what's going on?

2015-03-25 Thread Robert Rollins
I'm at my whit's end trying to debug this problem with one of my Django sites. I've done absolutely everything I can think of, and that google direct me to, to make it send 500 emails, but to no avail. For some reason I cannot fathom, even with every logging setting I know set to the Django 1.6

Re: Django is not sending 500 error emails, AdminEmailHandler is not even triggering... what's going on?

2015-03-25 Thread Robert Rollins
I'm also reasonably certain that this isn't limited to just AdminEmailHandler. It seems like *nothing* I set up as a logging handler for 500 errors gets triggered. On Wednesday, March 25, 2015 at 12:47:59 PM UTC-7, Robert Rollins wrote: > > I'm at my whit's end trying

Re: Embeding HSQLDB in a standalone App

2015-05-19 Thread Robert librado
Anybody understand how to connect Django and Jquery UI together I downloaded the Files and added to the site and added html and inserted the code yet it does not do the jquery motions like drag just comes out plain Ive done python manage.py collectstatic On Tue, May 19, 2015 at 7:57 PM, Russell Ke

Django and Jquery UI

2015-05-19 Thread Robert librado
me to drag I added {% load staticfiles %} Any Ideas on why Thanks Robert -- 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-user

Im stuck with my WSGI FIle on pythonanywhere.com

2015-05-25 Thread Robert librado
939 :Traceback (most recent call last): 2015-05-25 18:45:19,939 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__ 2015-05-25 18:45:19,939 : self.error_log_file.logger.exception("Error running WSGI application") 2015-05-25 18:45:19,939 : File "/usr/lib/python2.7/logging/__init__.py", line

Re: Software Version for MySql that works with django 1.8

2015-05-25 Thread Robert librado
are either of you using pythonanywhere.com for django I am having an issue with the wsgi file for my virtualenv I keep getting this error: for this code: import os import sys # assuming your django settings file is at '/home/MYUSERNAME/MYSITE/settings.py' path = '/home/pycharm/work' if path not i

Re: Get the first image src from a post

2015-06-15 Thread Robert librado
very nice work On 6/15/15, Vijay Khemlani wrote: > If the description is stored as HTML I guess you could use something like > BeautifulSoup or pyquery to parse it and find the tag > > from bs4 import BeautifulSoup > > soup = BeautifulSoup(blog.description) > image_src = soup.find('img')['src'] >

Re: django unique email id model

2015-06-29 Thread Robert librado
You can use Django All Auth go to read the docs it was great for getting the sign up and sign out and login page you will just need to follow the directions and then add it to your menu . On 6/28/15, Arindam sarkar wrote: > django 1.8 . which user model should i use ? custom or built in one ? >

Re: best way to use django

2015-06-29 Thread Robert librado
try coding for entrepreneurs they have one of the best vido series to get you motivated . On 6/29/15, aRkadeFR wrote: > Just read the djangoproject tutorial and then start your project: > https://docs.djangoproject.com/en/1.8/ > > On 06/29/2015 01:20 PM, Jason Thomas wrote: >> Which tutorial do y

Oracle GIS backend - no bulk_create?

2015-07-02 Thread Robert Martin
Hi all, I've been trying to do a bulk_create using the Oracle GIS backend (Django 1.8.2) and getting an AssertionError: File "C:\Users\robert.martin\Envs\ais\lib\site-packages\django\contrib\gis\db\backends\oracle\operations.py" , line 248, in modify_insert_params assert len(placeholders)

TextField in Oracle: any alternatives?

2015-07-10 Thread Robert Martin
Hi all, I have a question about best practices with storing strings in an Oracle DB. I've grown accustomed to using TextFields wherever possible, as I mainly work in Postgres and this seems to be recommended: http://stackoverflow.com/questions/7354588/django-charfield-vs-textfield However, I'm

Waitress vs Gunicorn etc

2014-09-01 Thread Robert Grant
Having read the nicely-written Don't use Gunicorn to host your Django sites on Heroku , I'm in the standard non-expert position of thinking that it seems well reasoned, but because I don't know what I don't know, I can't tell how

Re: Apache on Windows & multiple Django apps

2014-09-02 Thread Robert Grant
Waitress runs fine on Windows; just install with pip. On Tuesday, 2 September 2014 13:51:28 UTC+2, Tom Evans wrote: > > On Tue, Sep 2, 2014 at 12:08 PM, DJ-Tom > > wrote: > > Most likely the docs refer to this section of wsgi.py: > > > >> # We defer to a DJANGO_SETTINGS_MODULE already in the e

Re: Apache on Windows & multiple Django apps

2014-09-05 Thread Robert Grant
I just run it on Windows with foreman start (the Heroku toolbelt) and give it Waitress as a server. On Friday, 5 September 2014 16:28:03 UTC+2, DJ-Tom wrote: > > Well that seems much too complicated just for running variations of > the same application twice. There all kinds of stuff running

Loading timezone naive data into your test database with USE_TZ = True

2014-09-17 Thread Robert Rollins
I have a legacy database from which my Django application must migrate data into a Django database. The relevant date fields are actually TIMESTAMP columns in the database, but something (perhaps Django, or python's MySQL driver?) loads these columns as timezone naive datetime objects, rather t

Django url pass through

2014-09-22 Thread robert brook
How is a url conf written so that if none of the useful urls are matched it will pass through to some sort of wild card regular expressions so that the view / redirection can be performed gracefully Thanks -- You received this message because you are subscribed to the Google Groups "Django us

Re: Django url pass through

2014-09-23 Thread robert brook
ew), Thanks again On Monday, September 22, 2014 10:25:11 PM UTC-4, robert brook wrote: > > How is a url conf written so that if none of the useful urls are matched > it will pass through to some sort of wild card regular expressions so that > the view / redirection can be performed gr

Need example to implement sql (dictionary) translations

2014-09-29 Thread robert brook
>From the django project web site, I am trying to implement the following code and have it spit out the dictionary form of the sql. Does anyone have an example of how this is done. The code below is from the project web page https://docs.djangoproject.com/en/1.7/topics/db/sql/ When I execute

Re: Problem with populate script

2014-09-29 Thread robert brook
This was really not a core function of the application, so I wold not worry about it. Just add the data to a csv page and import it into sql lite to get you going. But I believe that you need to tell Python where the data base is located using the settings file import os os.environ['DJANGO

Re: Need example to implement sql (dictionary) translations

2014-09-30 Thread robert brook
Person.objects.raw('SELECT * FROM some_other_table', translations=name_map) That does not work. Printing out the results from above gives me the following. How do I convert this into a sql result, and or a dictionary? The row above On Monday, September 29, 2014 1:11:51 PM UTC

Setting up Apache to be the web server for apache for Django 1.7 and python 3.3

2014-10-03 Thread robert brook
Can someone point me to a document on how to perform a setup for Apache. What modules would it be good to install ( I presume as a site package for Python)? What should the settings.py reflect to accept calls from Apache? What do I need to configure in the apache config file? What port should

Re: Setting up Apache to be the web server for apache for Django 1.7 and python 3.3

2014-10-03 Thread robert brook
The requirements of the organization is to use Apache On Friday, October 3, 2014 8:42:29 AM UTC-4, robert brook wrote: > > Can someone point me to a document on how to perform a setup for Apache. > > What modules would it be good to install ( I presume as a site package for > Py

Question on url routing

2014-10-10 Thread robert brook
If I have 2 urls coded in the file for example url(r'^abc/$', views.abc), url( r'^abc/def/$', views.def), And the first url should be accessible by typing it into the browser. The 2nd url should only be accessible from the application, not by virtue of a user typing it into the browser. How do

Re: Question on url routing

2014-10-10 Thread robert brook
I know how to detect an ajax request. I am interested int the general issue of the user typing in a valid url for the application, but not appropriate for the particular workflow. I utilize the @login_required decorater. I am looking for an analgous function to pass the user back to an approp

Re: Question on url routing

2014-10-10 Thread robert brook
It would seem that this should be a common issue for any web site. based on the DRY principle, how has this been resolved by other developers On Friday, October 10, 2014 8:09:12 AM UTC-4, robert brook wrote: > > If I have 2 urls coded in the file for example > > url(r'^abc/$&#x

Re: Question on url routing

2014-10-11 Thread robert brook
; workflow. > > On Fri, Oct 10, 2014 at 10:47 AM, robert brook > wrote: > >> I know how to detect an ajax request. >> >> I am interested int the general issue of the user typing in a valid url >> for the application, but not appropriate for the particular workflow.

Re: Question on url routing

2014-10-14 Thread robert brook
except statement, I would redirect to an appropriate page. On Monday, October 13, 2014 9:58:28 AM UTC-4, Collin Anderson wrote: > > Hi Robert, > > I once had a 4-step ecommerce checkout, and at one point, I considered > using class based views for each step, and have a class meth

Porting to Django Linux with SQL Server Backend

2014-10-15 Thread robert brook
The group has been developing locally with sqllite on Windows. We are porting the installation to a Linux environment /windows sql server. Looking for suggestions for database connectors from Linux to sql server 2014 using: python3.3 django 1.7 I have installed a local copy of sql server to try

Re: Porting to Django Linux with SQL Server Backend

2014-10-15 Thread robert brook
jango-pymssql (https://github.com/aaugustin/django-pymssql). > > Regards, > Michael Manfre > > On Wednesday, October 15, 2014 9:03:54 AM UTC-4, robert brook wrote: >> >> The group has been developing locally with sqllite on Windows. >> >> We are porting the

Django sqlaclhemy and Sabridge Module

2014-10-15 Thread robert brook
Has anyone had any experience using the the sabridge module to connect to a production database in general and specifically to sql server (version 2014 with python 3.3 and django 1.7)? I would like to be able to integrate sqlalchemy into my production environment. Any other suggestions that an

Re: Porting to Django Linux with SQL Server Backend

2014-10-16 Thread robert brook
d quirky problems with it and a few mysterious segfaults on the > application server from time to time. It does work for the most part, but > the application isn't under any kind of load at the moment. > > If I had a choice, I wouldn't run Django on MSSQL Server. >

Re: Porting to Django Linux with SQL Server Backend

2014-10-16 Thread robert brook
y problems with it and a few mysterious segfaults on the > application server from time to time. It does work for the most part, but > the application isn't under any kind of load at the moment. > > If I had a choice, I wouldn't run Django on MSSQL Server. > > - K >

Installing django on red hat linux box

2014-10-22 Thread robert brook
I have alot of experience installing packages on windows and mac and it goes very smoothly. I do not have alot of experience doing the installs on a Linux box. I am running into problems installing 4 packages. The Lan team tried yum, but the basic django packages were not available. Then I tri

Re: Installing django on red hat linux box

2014-10-22 Thread robert brook
suggestions around this? On Wednesday, October 22, 2014 12:12:10 PM UTC-4, robert brook wrote: > > > I have alot of experience installing packages on windows and mac and it > goes very smoothly. > I do not have alot of experience doing the installs on a Linux box. > > I am

Re: Installing django on red hat linux box

2014-10-22 Thread robert brook
to python2.6). I manually installed > python3.4 and pip3.4. I see these executables in /usr/local/bin. > > python2.6 was pre-installed on my linux box (red hat). I installed > python3.4 and pip3.4 manually. > > > > On Wednesday, October 22, 2014 5:12:10 PM UTC+1, rob

Re: Installing django on red hat linux box

2014-10-22 Thread robert brook
, 2014 12:55:26 PM UTC-4, Pat Claffey wrote: > > once I got pip sorted out it was really easy install django (just pip > install django) - so advise is to get pip working. You will need it for > other python packages also. > > On Wednesday, October 22, 2014 5:12:10 PM UTC+1,

Successful project on windows does not render assets on mac

2014-11-01 Thread robert brook
I am copying the code from one development machine(windows) to another (mac) and can see in the command window that *404* are being displayed as the status codes. The rendered template has very little successful formatting Any thoughts why this is happening on mac. Also, this development will

Re: Successful project on windows does not render assets on mac

2014-11-01 Thread robert brook
finds media directory, but not the static one, so > just use print and the variable of your static folder and look at the > console where python is seeing the static folder. > > Le samedi 1 novembre 2014 23:44:21 UTC+1, robert brook a écrit : >> >> I am copying the code from o

Multiple versions of python on linux server

2014-11-03 Thread robert brook
This is the first time that I am having apache configured to run django I plan on using mod_wsgi on apache and linux using 2 servers, the apache server and the application server. The linux (red hat 6) / django server had python 2.6 installed for admin purposes out of the box.. Go figure, 2.6

Re: Multiple versions of python on linux server

2014-11-03 Thread robert brook
be in this directive? Thanks On Monday, November 3, 2014 10:57:47 AM UTC-5, Andréas Kühne wrote: > > 2014-11-03 16:46 GMT+01:00 robert brook >: > >> This is the first time that I am having apache configured to run django >> >> I plan on using mod_wsgi on apache and linux

Re: Multiple versions of python on linux server

2014-11-03 Thread robert brook
together would be much appreciated. Thanks On Monday, November 3, 2014 11:21:50 AM UTC-5, Tim Chase wrote: > > On 2014-11-03 08:07, robert brook wrote: > > I do not have the luxury to create a virtual environment because of > > the constraints of this organization. > &g

Multiple site package directories for Python and question about apache configuration

2014-11-03 Thread robert brook
I am building the web application on a linux red hat machine. I was trying to pull the path for the site packages for the 3 modules that I have installed so that I can specify the path in the apache config file Can I specify 2 paths in Apache? Thanks >>> import django >>> print (django.__pa

Re: Multiple site package directories for Python and question about apache configuration

2014-11-03 Thread robert brook
I overlooked mentioning that the path command returned 2 different locations for the 3 modules. Not sure why one package got installed in the lib64 path. They were all installed with the setup.py install command. On Monday, November 3, 2014 3:18:06 PM UTC-5, robert brook wrote: > >

Re: Multiple site package directories for Python and question about apache configuration

2014-11-04 Thread robert brook
nd then when you will do setup.py for a library you > download, they will be in different locations! > http://stackoverflow.com/a/12950101/861487 > > Le lundi 3 novembre 2014 21:24:17 UTC+1, robert brook a écrit : >> >> I overlooked mentioning that the path command returned

Postawienie łącznika międy bazą danych a resztą świata (aplikacje mobilne)

2014-11-18 Thread Robert Ostrowski
Witam wszystkich, jestem kompletnie zielony jak chodzi o weba, tworzę aplikacje i gry na platformy mobilne (i nie tylko). Dostałem zlecenie na napisanie aplikacji wymagającej komunikacji z bazą danych. Wiem już że postawienie samej bazy danych jest dość proste (mySQL znam), wiem też że serwerem

Foked Django Mezzanine with Query-less database SearchQuerySet integration [Gazelle]

2014-12-22 Thread Robert Steckroth
Hello community, I wanted to show interest in collaborating on an opensource Django application called Gazelle (a fork of Mezzanine). I built a SearchQuerySet with a drop in replacement to the filter() command which does not hit the database. So, far the results are promising and I am opening the p

Using model instance in admin form with script

2014-01-25 Thread Robert Steckroth
class RssFeedPageForm(forms.ModelForm): class Meta: model = RssFeedPage def clean_link(self): self.instance.save() page_model_instance=self.instance, rss_item=RssFeedItem, feed_url=self.data['link']) UpdateFeeds().parse_feed(page_model_instance=self.instance, rss

Re: Using model instance in admin form with script

2014-01-25 Thread Robert Steckroth
imes.com/services/xml/rss/nyt/HomePage.xml";) ..because I pass in a usable model to -> parse_feed(page_model_instance=model) Note: this script will be open-sourced shortly. I will post the repo when it is ready :) On Sat, Jan 25, 2014 at 2:29 PM, Robert Steckroth wrote: > > &

Re: Using model instance in admin form with script

2014-01-25 Thread Robert Steckroth
eds().parse_feed will raise VailidationError UpdateFeeds().parse_feed(update_feed_data=True, update_item_data=True, page_model_instance=obj, rss_item=RssFeedItem, feed_url=form.data['link']) On Sat, Jan 25, 2014 at 2:37 PM, Robert Steckroth wrote: > Opps, sorry. I was actual

Allow the Prefetch queryset to be used with GenericForeignKey

2014-02-16 Thread Robert Kajic
I would love it if the Prefetch object allowed me to pass in custom querysets when prefetching related generic foreign fields. Specifically I want this in order to call select_related on each subgroup. For now I've subclassed the GenericForiengKey class, overriding get_prefetch_queryset, to allo

Is djangoproject down?

2014-03-12 Thread Robert Slotboom
Hi guys, I am trying to visit djangoproject.com but the site is not responding for hours. Is it down?? Cheers Rob -- 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

New Add-On: Django Model Lifecycle Hooks

2018-03-31 Thread Robert Singer
Hey there - I just wanted to let community know about a small add-on I wrote in order to add Rails-style hooks/callbacks to Django models. https://github.com/rsinger86/django-lifecycle Feedback welcome and appreciated :) Cheers. -- You received this message because you are subscribed to th

Re: New Add-On: Django Model Lifecycle Hooks

2018-03-31 Thread Robert Singer
rom Reading the readme this looks promising. > > Congrats! > > I might use this soon. > > Em sáb, 31 de mar de 2018 15:50, Robert Singer > escreveu: > >> Hey there - >> >> I just wanted to let community know about a small add-on I wrote in order >> t

Re: New Add-On: Django Model Lifecycle Hooks

2018-04-03 Thread Robert Singer
ferent versions of Django/Python to make it easier to make it > compatible easier. > > I would like to see compatibilities with 1.11 and 2.0 since 1.11 is LTS > and 2.0 is latest supported. > > But it's a great start. > > > On Sun, Apr 1, 2018 at 12:54 AM, Robert

Django model form pre-populating fields with my NT Login value

2016-05-11 Thread Robert Prince
My first experience using django, python and bootstrap to build an application - I am struggling a bit. The application is in development and does not have a login screen yet. My issue in this instance, I have a model form which creates and updates eight field values to define and store databas

How do templates automatically convert dates to local timezone?

2016-08-03 Thread Robert Rollins
I'm writing tests that assert dates are being properly rendered on a certain page, but the tests are failing because the date value on the model object is in UTC, and the date is rendered in local time on the template. I'd like to run that date value through the same mechanism by which the temp

Re: How do templates automatically convert dates to local timezone?

2016-08-03 Thread Robert Rollins
? On Wednesday, August 3, 2016 at 1:49:45 PM UTC-7, Constantine Covtushenko wrote: > > Hi Robert, > > You have touched a very simple but always confusing questions - storing > dates and showing them to users in different places. > > As I know Django uses that in very straig

Survey About Package Requirements Management

2016-10-18 Thread Robert Roskam
Hey all, To clarify my title quickly, this survey is not about replacing pip, as yarn (https://github.com/yarnpkg/yarn) did recently with npm. This is about helping you throughout the lifespan of projects you maintain keep a handle on the dependencies it has. Where I work, we've already made

New django user

2016-12-06 Thread Robert Scronic
I received the attached error when trying to verify tutorial part 1 django error what should I do next? my django version is 1.10.4 my python version is 3.5.2 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: Question Is Django Rest Framework only for APIs or can i Use it to create Users for a website?

2017-01-06 Thread Robert librado
Thanks i guess i will go with djangi all auth instead kind of leaning towards a social network On Jan 6, 2017 10:39 PM, "M Hashmi" wrote: > Django RestAPI is a layer that exposes part of your application or your > whole website to other platforms for connectivity. Once it is integrated > then wh

Re: problems with url and views - new to django

2019-04-22 Thread Robert Wahoo
Awesome,Thanks Victor, I’ll give this a shot. Thanks. From: "django-users@googlegroups.com" on behalf of "Victor H. Velasquez Rizo" Reply-To: "django-users@googlegroups.com" Date: Sunday, April 21, 2019 at 9:02 PM To: "django-users@googlegroups.com" Subject: Re: problems with url and views

Re: problems with url and views - new to django

2019-04-22 Thread Robert Wahoo
Actually, I found why I got that last message, was a typo on my part. On to the next problem…Thank you. From: "django-users@googlegroups.com" on behalf of "Victor H. Velasquez Rizo" Reply-To: "django-users@googlegroups.com" Date: Sunday, April 21, 2019 at 9:02 PM To: "django-users@googlegroup

Re: My developers have run amok

2019-05-02 Thread Robert Wahoo
Currently in the process of evaluating Azure pipeline for CI/CD. So far, it’s been fairly simple to setup. Setup an Azure app this morning for a python/Django project, took 5 mins. From: "django-users@googlegroups.com" on behalf of "dansm...@gmail.com" Reply-To: "django-users@googlegroups.c

Re: form submission

2019-05-09 Thread Robert Wahoo
That’s for 1.8, does he have an updated set of videos for 2.x? From: "django-users@googlegroups.com" on behalf of Chetan Ganji Reply-To: "django-users@googlegroups.com" Date: Thursday, May 9, 2019 at 12:05 PM To: "django-users@googlegroups.com" Subject: Re: form submission Hi Ganesh, This g

Re: python manage.py makemirations

2019-05-29 Thread Robert Wahoo
Did you make model changes? From: "django-users@googlegroups.com" on behalf of sagar ninave Reply-To: "django-users@googlegroups.com" Date: Wednesday, May 29, 2019 at 2:17 PM To: Django users Subject: python manage.py makemirations i have created new project and i am defining model and doing

Re: python manage.py makemirations

2019-05-29 Thread Robert Wahoo
Regardless, it’s not an issue. Just migrate From: "django-users@googlegroups.com" on behalf of sagar ninave Reply-To: "django-users@googlegroups.com" Date: Wednesday, May 29, 2019 at 2:17 PM To: Django users Subject: python manage.py makemirations i have created new project and i am definin

Where did admin CSS file "ie.css" go after Django 1.8?

2019-06-17 Thread Robert F.
I'm in the process of upgrading a large Django project from 1.8 to 2.2. Currently, I'm at 1.9.13. My project has a couple of admin forms that utilize a Django CSS file admin/css/ie.css. In Django 1.8, that file was located here: django/contrib/admin/static/admin/css/ie.css But in Django 1.9

Re: Where did admin CSS file "ie.css" go after Django 1.8?

2019-06-17 Thread Robert F.
I've discovered the problem. The release notes for Django 1.9 say, "The admin no longer supports Internet Explorer 8 and below, as these browsers have reached end-of-life." Thus, this file is no longer included in Django. On Monday, June 17, 2019 at 12:00:08 PM UTC-7, Robert F.

Re: CSRF verification failed when I use smart phone

2019-06-25 Thread Robert F.
Make sure you aren't blocking cookies on whatever device is giving you problems. You'll get this error if you are blocking them. On Tuesday, January 6, 2015 at 1:09:46 AM UTC-8, Sugita Shinsuke wrote: > > Hello. > > When I use Django via my smart phone Android and iOS. > The error sometimes occu

Form.changed_data no longer includes changes to related fields as of Django 1.10?

2017-04-11 Thread Robert Rollins
I've got code that expects Form.changed_data to include the Groups to which a User belongs when the User edit form I wrote changes them. It works in Django 1.9.13, but tests fails in Django 1.10. Is there a known change to Django that would cause this? I don't see any mention of Form.changed_d

Is it possible to cleanly override another app's URL namespace in Django 1.11?

2017-05-17 Thread Robert Rollins
I have a project where I want to override a subset of the URLs provided by one of the third-party apps I have installed. I did so months ago, and it works just fine. However, once I upgraded to Django 1.11, I started seeing this warning appear every time I do anything with manage.py: ?: (urls.W

Vim plugin that does Django code completion?

2017-07-07 Thread Robert F.
Is there a Vim plugin that does code completion for Django? I'd like to be able to type something like "foobar = models." and hit Tab and see a list of classes like CharField or Foreign key. Alternately, I'd be OK with entering an abbreviation that would bring up the proper code snippet. The

Re: Vim plugin that does Django code completion?

2017-07-07 Thread Robert F.
n easily become complicated and confusing to a Django noob like me. I'm not really sure what the optimal development environment setup should be. On Friday, July 7, 2017 at 10:46:58 AM UTC-7, James Schneider wrote: > > > > On Jul 7, 2017 8:27 AM, "Robert F." > > wrote: >

Re: Turn off migrations completely in Django 1.7

2017-08-01 Thread Robert F.
I know this is an old topic but I completely agree with Frank. Nothing gives me more headaches and makes me want to move off Django more than migrations. They seldom run smoothly and cause me no end of headaches. I hate them! On Friday, November 20, 2015 at 2:26:59 PM UTC-8, Frank Malina wro

Define middleware per app?

2017-08-02 Thread Robert Stepanek
it would mean I have to take care of two deployments (probably even a good thing). Most probably there is a simple solution, but being a Django noob I must just not be able to see it? Thanks! Robert -- You received this message because you are subscribed to the Google Groups "Django use

Re: Define middleware per app?

2017-08-03 Thread Robert Stepanek
my requirements best. There are other reasons for this, but it has the side benefit that I don't have to figure out how separate the middleware layer. Cheers, Robert -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscrib

Re: Define middleware per app?

2017-08-03 Thread Robert Stepanek
projects. If you don't want to. > > 3.8.2017 11.27 "Robert Stepanek" > > kirjoitti: > >> Hi, >> >> On Wednesday, August 2, 2017 at 8:31:14 PM UTC+2, Jani Tiainen wrote: >>> >>> Hi, >>> >>> What is the problem th

Re: Django Image and File

2020-02-27 Thread Robert Rajendra
sgid/django-users/CAPUw6WabzCG%2B4ARdyzdn-3DCckud%3D871RtOSxqRiRMLo6zbQuQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com <http://www

Re: I'm new to this django help me out

2020-05-06 Thread Robert Rajendra
s.com > <https://groups.google.com/d/msgid/django-users/f432b7cc-a4f1-4f2a-a0af-39d918696c18%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- *Robert Rajendra* Associate Network/Server Support Engineer ITH P: +91 863.087.3094 <+91%2086308%2073094> W

Re: Need to work with csv file

2020-05-06 Thread Robert Rajendra
3b4b013d-05c0-4bb2-8251-8e57441b47fd%40googlegroups.com > . > -- *Robert Rajendra* Associate Network/Server Support Engineer ITH P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com <http://www.ithands.com/> -- You received this message because you are subscribed t

using mod_python and django3.02??

2020-05-19 Thread Robert O.
I wrote a django site (django3.02) and want to deploy it using mod_python. Is that even doable/ reasonable?. Do I need to use django version <1.5? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivi

Re: python manage.py runserver error

2020-06-19 Thread Robert Rajendra
e 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. >>>>>>

Re: help

2020-06-23 Thread Robert Rajendra
> https://groups.google.com/d/msgid/django-users/e2af77bb-275e-e52b-6730-c72526825ebe%40stacktrace.dk > . > -- *Robert Rajendra* Associate Network/Server Support Engineer ITH P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com <http://www.ithands.com/> -- You receiv

Feature Suggestion: New Setting called LOGOUT_REDIRECT_URL

2015-08-20 Thread Robert Roskam
Basically, the same feature set as here: https://docs.djangoproject.com/en/1.8/ref/settings/#login-redirect-url Modified it below: Default: '/accounts/logout' The URL where requests are redirected after login when the contrib.auth.logout view gets no next parameter. This setting also accepts

Strategies for Speeding Up Django 1.8 Tests?

2015-09-22 Thread Robert F.
Does anyone have any strategies or techniques for running their unit tests faster in Django 1.8? My project has seven model modules containing twenty-one models (none of which are very complex). I run my tests using the default Django test runner on a 1.86 GHz Mac laptop with 4 GB of RAM agai

Why should we use Django Rest Framework?

2015-10-02 Thread Robert librado
>From what ive seen when i use it its like django admin but with more features. I also noticed that it has the serializers are those for like using it with a machine ot translatign code? I also have question on why its needed i understand that the api is for client and users to collect data is

Re: Sending mail using smtp server

2015-10-02 Thread Robert librado
when ive used this method ive experience errors the port 587 seems to have issues. could you post some basic code. that would work for anybody please thanks email me back djangocharm2...@gmail.com thanks On Monday, September 28, 2015 at 5:56:42 PM UTC-5, Rajat Singh wrote: > > I want to kno

<    1   2   3   4   5   >