Re: "Please correct the errors below." is displayed without actual errors

2005-11-27 Thread Robert Wittams
Ksenia wrote: > Hi, > > I have quite a big form, with all kind of fileds. All fields might be > blank, so i use everywhere blank=True and with integer- float- and > datefields also null=True. > When I am trying to save existed record, I get the message "Please > correct the errors below.", but no

Re: customizing admin

2005-11-28 Thread Robert Wittams
Medium wrote: > > hi, > > i'm very new to django (basically a few days) and have read almost all > the docs, wikis and mailing list archives (well the topics which > interest me at least). I have a few questions I was hoping anyone on the > list could help me with concerning customizing the beha

Re: Customising new-admin tags

2005-11-30 Thread Robert Wittams
[EMAIL PROTECTED] wrote: > Hi > > I know this has been talked about before but I'm having real trouble > getting a handle on customising template tags > > What i want to do is alter the admin change list screen to show some > related values. Now the python's easy it's just a couple of lines in >

Re: Declare a variable in a template

2005-12-02 Thread Robert Wittams
Jiri Barton wrote: > Hello there, > > I have the following problem. Here's my template fragment; it defines a > menu: > > > mushrooms > cheese > tomatoes > onion > > > Now, I'd like to be able to highlight one item in some templates, and > another item in other templates. Only

Re: Declare a variable in a template

2005-12-02 Thread Robert Wittams
> @inclusion_tag("myapp/menu") That should be @register.inclusion_tag("myapp/menu")

Re: AddManipulator does not populate select

2005-12-03 Thread Robert Wittams
Kenneth Gonsalves wrote: > hi, > when using AddManipulator and returning the form for correcting > errors, the select field does not get populated with the choice > selected. I could do this manually, but does django have a way of > doing it automatically? If using trunk, are you using flatten

Re: Contrib markup app not to be installed?

2005-12-03 Thread Robert Wittams
James Bennett wrote: > While setting up a new project tonight, I was running through and > doing a 'django-admin.py install' for each of the apps from > django.contrib I'll be using, and when I got to the markup app, I got > the following error: > > Error: No module named markup. Are you sure you

Re: AddManipulator does not populate select

2005-12-03 Thread Robert Wittams
Kenneth Gonsalves wrote: > On Saturday 03 Dec 2005 4:48 pm, Robert Wittams wrote: > >>Kenneth Gonsalves wrote: >> >>>hi, >>>when using AddManipulator and returning the form for correcting >>>errors, the select field does not get populated with the

Re: AddManipulator does not populate select

2005-12-03 Thread Robert Wittams
Maniac wrote: > > Robert Wittams wrote: > >> Why are you flattening the data again? You only do this once, when >> extracting the data out of the object instance (or the defaults). The >> data is already 'flat' when it comes out of a POST. do_html2python get

Re: AddManipulator does not populate select

2005-12-03 Thread Robert Wittams
Robert Wittams wrote: > Maniac wrote: > >>Robert Wittams wrote: >> >> >>>Why are you flattening the data again? You only do this once, when >>>extracting the data out of the object instance (or the defaults). The >>>data is already 'flat

Re: Contrib markup app not to be installed?

2005-12-03 Thread Robert Wittams
Ian Holsman wrote: > shouldn't a warning/informational message be generated in this case. > something like > > $ django-admin install markup > INFO: no models found to install.. skipping markup > > ? Given that the command acts on a model module, *not* on an app, this wouldn't work. It will ins

Re: Easy customizing of admin subsections?

2005-12-04 Thread Robert Wittams
Jaanus wrote: > Hi, > > Django is cool :-) Im currently looking at it to possibly use it in > several high-profile initiatives. So far so good. > > One thing I came across is a question of whether I can easily customize > subsections of admin. Now the tutorials explain it nicely about > admin_ba

Re: Easy customizing of admin subsections?

2005-12-04 Thread Robert Wittams
> Yep, this worked, thanks, except that it was > admin//change_list.html (or my_app, dunno, name is the same, > anyway just one subdir needed, not one), Both should work. > and of course no .html Doh! ;-) > extension in "extends". Good stuff. >

Re: delete(), cascade, and the case of the missing data

2005-12-05 Thread Robert Wittams
There really is no sensible way around the requirement for transactions, unless you want to check every constraint yourself. It is planned to go in before 0.91, AFAIK.

Re: TimeField Problem/Question

2005-12-08 Thread Robert Wittams
both auto_now and auto_now_add are quite hackish little puppies. auto_now should really be equivalent to a _pre_save that sets the field to the current time. auto_now_add should really be equivalent to a non-editable field that gets set to the current time on insert, and is just statically displ

Re: TimeField Problem/Question

2005-12-08 Thread Robert Wittams
Brett Hoerner wrote: > Robert Wittams wrote: > >>both auto_now and auto_now_add are quite hackish little puppies. >> >>auto_now should really be equivalent to a _pre_save that sets the field >>to the current time. >> >>auto_now_add should really be equi

Re: admin/change_form broken ?

2005-12-10 Thread Robert Wittams
olive wrote: > In template > C:\soft\Python24\lib\site-packages\django\contrib\admin\templates\admin/change_form.html, > error at line 80 > 'block' tag with name 'extrahead' appears more than once > 70 > 71{% endfor %} > 72{% endif %} > 73{% endif %} > 74{% endif %} > 75 >

Re: Easy customizing of admin subsections?

2005-12-11 Thread Robert Wittams
tonemcd wrote: > Whoa, this is very neat... > > I see the /admin/csv_thing/ URL getting dispatched to (presumably) a > method in the target app, - is this correct? > > If so (big drum roll here), does that mean a method in my_app can get > the content of 'result_list' from change_list.html, and

Re: Calling templates within templates - a'la Mason

2005-12-12 Thread Robert Wittams
Joel wrote: > I gave django a try at work to develop a survey application. Turned out > pretty sweet, I felt very productive and spent most of my time > concentrating on survey tasks. I felt frustrated twice, these are the > hurdles I faced that I feel I have probably missed obvious solutions > >

Re: Django screencast

2005-12-13 Thread Robert Wittams
Great! Shame we're going to break the apis ;-) So a couple of points - * the app template loader would probably have seemed less tedious than the full path thing. Ie just 'templates' in the app directory. Things that might be worth showing in a slightly longer screencast: Templates: * T

Re: sqlobject vs. django

2005-12-14 Thread Robert Hicks
I am not sure what you are saying here. Since SQLObject is under the LGPL, your application can be under anything you want it to be. There is no ambiguity. Robert

Re: Comments on Ruby code slides from Snakes and Rubies?

2005-12-14 Thread Robert Wittams
braver wrote: > A symbol which is a unique string is not the story here, it turns out > -- dynamic language is! > > has_many :milestones > > is apparently a call which generates code inside of the class! Can it > be replicated in python for ORM purposes? > > Not really. Read up on metaclasse

Re: list_display and ForeignForeignKey

2005-12-17 Thread Robert Wittams
[EMAIL PROTECTED] wrote: > Please take a look at this: > > from django.core import meta > from django.models.core import sites > > class Group(meta.Model): > site = meta.ForeignKey(sites.Site) > > class Product(meta.Model): > group = meta.ForeignKey(Group) > class META: >

Re: Problem in Admin section, in shell works great

2005-12-21 Thread Robert Wittams
Burhan wrote: > class META: > admin = meta.Admin( > list_display=('name','price'), > list_filter=('price'), This list_filter value is not a tuple. It is just a string in brackets. This means that we iterate th

Re: ChangeManipulator doesn't work

2005-12-23 Thread Robert Wittams
> (FYI, the method I was referring to is created by "magic", and has > probably already been removed from the magic-removal branch. It is > django.core.meta.manipulator_flatten_data(), but since this is tied so > closely into the admin code it probably wouldn't do much for you. Sorry > to send you

Re: ChangeManipulator doesn't work

2005-12-23 Thread Robert Wittams
PythonistL wrote: > Robert, > no manipulator.flatten_data() is not nescessary for that. But, it is extremely stupid not to use it, because that will cause your form to break if you use any of a wide number of features : foreignkeys, dates, inline editing, raw_id admin, etc etc. It prett

Re: ChangeManipulator doesn't work

2005-12-23 Thread Robert Wittams
PythonistL wrote: > Robert, > Thank you for your reply. > I am not still an expert( only a beginner) on Django. I tried to copy > the example from > http://www.djangoproject.com/documentation/forms/ > and there was no mention about manipulator.flatten_data() . > Is there any

Re: troubles with admin interface

2005-12-26 Thread Robert Wittams
[EMAIL PROTECTED] wrote: > Hi! > > After reading tutorial about Django, try to write simple app. App > contain only one model: > class PressureRecord(meta.Model): > record_date = meta.DateField() > record_time = meta.TimeField() > sys_press = meta.IntegerField() > dia_press = meta

Re: admin-interface: some questions

2005-12-27 Thread Robert Wittams
Adrian Holovaty wrote: > > >>- we have automatic fields for createdate and updatedate (auto_now, >>auto_now_add). what about automatically inserting the logged in user who >>creates (or updates) the record? i don´t know about anybody else, but i need >>that all the time. that´s especially intere

Re: admin interface: how to give read-only access?

2005-12-27 Thread Robert Wittams
ntrol on another page, without having to create the whole manipulator yourself for the non-default version. With this version, it is pretty easy to see how the request processing would be resolved as well. No concrete ideas/plans in this area really... just throwing out ideas. Robert

Re: Livepage-like functionality?

2005-12-28 Thread Robert Wittams
[EMAIL PROTECTED] wrote: > I've spent some time experimenting with Nevow's LivePage (aka LiveEvil) > fuctionality that allows the server to "send" events to the web page. > It seems to do this by doing an AJAX-style request to the server, and > then the server doesn't send any data back until eith

Re: Duplicate object

2006-01-12 Thread Robert Wittams
Adrian Holovaty wrote: > On 1/12/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > >>On Jan 12, 2006, at 8:09 AM, Simon Willison wrote: >> >>>Maybe it would be useful for all Django model objects to gain >>>themselves a duplicate() method which does exactly this - returns >>>an identical object

Re: one to many confusion

2006-01-29 Thread Robert Wittams
Adrian Holovaty wrote: > On 1/29/06, Pasi Savolainen <[EMAIL PROTECTED]> wrote: > >>class Foo (meta.Model): >> name = meta.CharField (maxlength=100): >> def __repr__(self): >> return name; >>- - >> >>note missing 'self.' from __repr__. >> >>The surprising result was that I got a _

Oracle support?

2006-01-30 Thread Robert Hicks
On the Django site it lists the currently implemented databases and say "more to come soon". Is Oracle on that list? And relatively speaking, how "soon" is soon? Robert

Re: Oracle support?

2006-02-02 Thread Robert Hicks
IBM just released a lite free version of DB2 that has been specs than the Oracle version. I would use the Oracle version though because that is what I use at work. Robert

Re: Oracle support?

2006-02-03 Thread Robert Hicks
hoice will be whether Django, TurboGears w/SQLObject, or Mygthy with SQLAlchemy gets Oracle support out the door first. Robert

Re: custom admin view for edit_inline object

2006-02-09 Thread Robert Wittams
Colleen Owens wrote: >>There is a simple way to create special admin templates for one object. >>See >>http://code.djangoproject.com/wiki/NewAdminChanges#Adminconvertedtoseparatetemplates >> >>HTH, >>Edgars > > > Thanks for the link, I hadn't seen this before. I basically derived the > same solu

Re: custom admin view for edit_inline object

2006-02-09 Thread Robert Wittams
t; Since I want to keep all code modifications in my own application code, > how do I get the admin change_form template to see this code? Do I add > my own change_form template that inherits from the admin change_form > and just has an extra include statement? > > Thanks for all

Re: custom admin view for edit_inline object

2006-02-11 Thread Robert Wittams
Colleen Owens wrote: > On 09 Feb, 2006, at 13.21, Robert Wittams wrote: > > > > I'd be happy to write this up once I get it working. The problem I'm > having right now is that there seems to be no elegant way of updating > the dictionary bound_related_object_

Re: recursive template calls

2006-02-11 Thread Robert Wittams
aren't really an optional bit of the framework. If you don't learn how to use at least simple_tag and inclusion_tag, you will get annoyed quite often. Robert

Re: displaying a foreign key in admin list and template exception

2006-02-11 Thread Robert M.
Caught an exception while rendering.") Am I doing something wrong ? Thanks, Robert On 2/11/06, Andu <[EMAIL PROTECTED]> wrote: > > Removing to_field makes it work ok. I will investigate it more and file > a ticket if appropiate. > I also solved the template exception by mak

Re: custom admin view for edit_inline object

2006-02-11 Thread Robert Wittams
> Okay, I get it now. Sorry, I need to read more carefully. It would save > me a lot of time. > > Colleen No worries, just glad someone is finding this stuff useful ;-) Robert

PIL obj to ImageField

2022-01-22 Thread Robert Englund
Hello I have big problems with saving PIL objects to imagefield. see my code below. There are many solutions when searching on Google but none work for me. What is the easiest way to save an image from url to ImageField? # return Pil image def get_img_from_url(url): urllib.request.urlretrie

migrate exception if multiple databases migrated in a specific order

2022-02-02 Thread Robert Leach
I just added a second database to our project and was questioning my sanity when I kept getting the exception below in the remote github action tests only (not locally). I eventually noticed that I was doing the migrations in the reverse order locally. Once I noticed that, I was able to both

Hashing user emails

2022-09-14 Thread Robert Bender
I am trying to find the best way to secure email address for user to user emails. Thanks for your help. -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, sen

solved

2022-10-29 Thread Robert Leach
I don't know how to find the conversation I just started, but I wanted to add a note that I figured out my problem. There were calls to `full_clean` another developer had introduced that was changing the database and causing the cross-database relations. -- You received this message because y

How to override Model.__init__ without breaking `using(db)`?

2022-10-29 Thread Robert Leach
Hi, I have a Model superclass called `MaintainedModel` that other models inherit from. It itself inherits from django.db.models.Model and overrides its __init__ method in order to implement some controls on fields using decorators in the derived models. It all works very well in the realm of

Is there a way to prevent /static directory browsing?

2012-02-06 Thread Robert Steckroth
Hey Guys, I am looking for a way to hide my media files from direct access. What is the common practice here? If one would browse to http://www.example.com/static in one of my Django sites there would be a list of all the files used therein. Is there a way to hide/prevent this url from having a dir

Re: Is there a way to prevent /static directory browsing?

2012-02-06 Thread Robert Steckroth
; > root /path/to/your/static/; > } > > More info here: http://wiki.nginx.org/HttpAutoindexModule > > On Mon, Feb 6, 2012 at 3:53 PM, Robert Steckroth < > robertsteckr...@gmail.com> wrote: > >> Hey Guys, I am looking for a way to hide my media files f

augmenting aggregated queries

2012-02-06 Thread Robert Lehmann
I'm trying to add additional data to an aggregated query, like so: (there are many MyModels for any date, and I want to sum up MyModel.value for every single date, and then do a calculation on that sum) qs = MyModel.objects.values('date').annotate(count=Sum('value')) for item in qs: item

python manage.py syncdb Error: No module named messages

2012-03-16 Thread Robert Steckroth
Hey Gang, I have a Django project built on a Debian server at home using http://djangobb.org";>DjangoBB. It is working on the Debain OS but I am having huge problems on the Centos server. This seams to be the farthest I can go with it. --> #-->python manage.py syncdb Error: No module named messages

Re: python manage.py syncdb Error: No module named messages

2012-03-16 Thread Robert Steckroth
Also can I assume, regarding the above question above, that "messages" is the last thing Django is processing since it is at the bottom of the list in installed apps? I.e. If I fix the messages error it might work? INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes',

Re: python manage.py syncdb Error: No module named messages

2012-03-16 Thread Robert Steckroth
Ya, it is probably a path issue. It is set as this by the way --> ['', '/usr/lib64/python2.4/site-packages/MySQL_python-1.2.3c1-py2.4-linux-x86_64.egg', '/usr/lib64/python24.zip', '/usr/lib64/python2.4', '/usr/lib64/python2.4/plat-linux2', '/usr/lib64/python2.4/lib-tk', '/usr/lib64/python2.4/lib-d

Where are the site variables set?

2012-03-29 Thread Robert Steckroth
Hello Gang, I have two other servers on Debian which have the correct site variables set. E.g. site.name, site.domain. But on this particulaly crazy Centos setup the site variable is set to the default (www.example.com). It shows when I use it in this manner --> {% load i18n %} {% trans "Simply fol

New Install - django-admin.py ... just gives contest/options but doesn't run?

2012-05-09 Thread Robert G
When I type d:\myproj>django-admin.py startproject mysite or d:\myproj>django-admin.py test or any of the subcommands, I get this message: Usage: django-admin.py subcommand [options] [args] Options: -v VERBOSITY, --verbosity=VERBOSITY Verbosity level; 0=minimal output,

Re: New Install - django-admin.py ... just gives contest/options but doesn't run?

2012-05-09 Thread Robert G
Awesome, thought I tried this but apparently not. I had to use d:\myproj>python d:/Python27/Scripts/django-admin.py startproject mysite to make it work, but it worked so yay! On with the tutoral I go! On May 9, 3:59 pm, Daniel Roseman wrote: > On Wednesday, 9 May 2012 18:34:41 UTC+1, Ro

Question regarding cloud deployment and bash automatization

2012-06-04 Thread Robert Steckroth
Hey Gang, I have created a juju charm to deploy multiple django apps to ec2. Currently, I am working on multiple site control and need help with the django_site table. When am instance is destroyed, the database remains but django is re-installed. The problem arises when old database is kept aroun

Now I know I solved this before, but...

2012-06-04 Thread Robert Steckroth
Can anyone explain this on to me. It seams like an easy fix, but I can't get my fingers on it. Any help is appreciated. In template /home/sites/radio_show/radio/serve/templates/registration/activation_email.txt, error at line 5 unindent does not match any outer indentation level 1 {% load i

Re: Question regarding cloud deployment and bash automatization

2012-06-05 Thread Robert Steckroth
site_domain variables with bash. Should be admin-less when I am through with it. On-wards with the research. On Mon, Jun 4, 2012 at 12:21 PM, Robert Steckroth wrote: > Hey Gang, I have created a juju charm to deploy multiple django apps > to ec2. Currently, I > am working on multiple site co

Update database with model changes

2012-06-07 Thread Robert Steckroth
Hey Gang, is there a way to update the database with a syncdb or other command after a model has been changed? I added a field the the model after the syncdb. -- Bust0ut, Surgemcgee: Systems Engineer --- PBDefence.com BudTVNetwork.com RadioWeedShow.com "Bringing entertainment to Unix" -- You r

Re: Update database with model changes

2012-06-07 Thread Robert Steckroth
Well, that would be a lesson for me. Looks like I will have to incorporate south into my endeavours. Much thanks to the Django community. On Thu, Jun 7, 2012 at 8:55 PM, Psamathos wrote: > South will handle schema migrations for you: http://south.aeracode.org/ > > This tutorial is a good place

Run manage.py syncdb without auth prompt

2012-06-12 Thread Robert Steckroth
Hey Gang, I need to install the auth system but have Django answer "no" automatically for the super user creation. This happens when a --> python manage.py syncdb <- is run for the first time on a project. Should I alter the manage.py script? If, not, where should I look to accomplish this? -- Bu

Re: Run manage.py syncdb without auth prompt

2012-06-12 Thread Robert Steckroth
Perfect, and I appreciate your your time. On Tue, Jun 12, 2012 at 11:02 PM, Russell Keith-Magee wrote: > On Wed, Jun 13, 2012 at 10:00 AM, Robert Steckroth > wrote: >> Hey Gang, I need to install the auth system but have Django answer >> "no" automatically for t

Looking for common practice suggestion.

2012-07-03 Thread Robert Steckroth
Hey Gang, I am writing a framework to install django projects to the cloud. Currently I have the user specifying the site domain and site name in a config file for the django.sites framework and providing the site_id in settings.py. Personally, I change the django.sites entries by issuing mysql com

Re: Controlling access

2012-07-03 Thread Robert Steckroth
Yes, I have seen some very impressive admin media controls for websites with larger projects having wordpress like functionality. However, there are not easy or cheap to make. I recommend checking open-souce projects for a good start. On Tue, Jul 3, 2012 at 1:39 PM, Larry Martell wrote: > I have

Re: Django Developer, Washington, D.C.

2012-07-03 Thread Robert Steckroth
There are jobs available in Minnesota for any interested as well. More info can be found here --> http://www.comfychairconsulting.com/ On Tue, Jul 3, 2012 at 11:09 AM, Jon Black wrote: > And also on http://djangogigs.com/ > -- > Jon Black > www.jonblack.org > > > On Tue, Jul 3, 2012, at 11:03,

Re: Controlling access

2012-07-03 Thread Robert Steckroth
Django is a very open-ended framework. The admin system is built around developer/user customization. On Tue, Jul 3, 2012 at 1:51 PM, Larry Martell wrote: > On Tue, Jul 3, 2012 at 11:49 AM, Robert Steckroth > wrote: > > Yes, I have seen some very impressive admin media controls

Re: Looking for common practice suggestion.

2012-07-03 Thread Robert Steckroth
Well, I guess the user will have to specify the domain and name in the config file. I was hoping the information could be provided in the settings file. Only other way is the admin system which isn't necessary for an otherwise completely automated process. On Tue, Jul 3, 2012 at 1:33 PM, R

Using different ports in views?

2012-08-31 Thread Robert Steckroth
Hello gang, I would like to have some of my django views send the response to a different ports. Is it possible to specify which port to use in the views? -- Bust0ut, Surgemcgee: Systems Engineer --- surgemcgee.com BudTVNetwork.com RadioWeedShow.com "Bringing entertainment to Unix" -- You receiv

Re: Using different ports in views?

2012-08-31 Thread Robert Steckroth
Well, I guess I will have to have apache proxy the outgoing request then. On Fri, Aug 31, 2012 at 7:49 PM, Robert Steckroth wrote: > Hello gang, I would like to have some of my django views send the > response to a different ports. > Is it possible to specify which port to use in

Re: Using different ports in views?

2012-09-01 Thread Robert Steckroth
I appreciate you taking the time to respond to my inquiry. I believe that my question was hastily typed and therefor too brief for an adequate response. Next time I poll this community, it will be more zealous and less anxious regarding my/our Django development. Sincerely Robert. On Sat, Sep 1

Using the CSRF token with two views

2012-09-01 Thread Robert Steckroth
Hello gang, I have created a dynamic template loading system utilizing ajax inside the template. The templates and data are retrieved and displayed as expected. The problem is that the contact form is provided by one view and processed by another. This, of course raises a CSRF token error in the po

Re: Using the CSRF token with two views

2012-09-02 Thread Robert Steckroth
this with a caching or session variable. It was a pain in the rear, but the result is very professional. I am just gonna ignore it for now until it goes public. On Sun, Sep 2, 2012 at 1:16 AM, Melvyn Sopacua wrote: > On 2-9-2012 0:52, Robert Steckroth wrote: > >> The >> problem i

Re: Using the CSRF token with two views

2012-09-04 Thread Robert Steckroth
ient side) > get the form to display, you can insert the appropriate hidden element. > > Bill > > On Sun, Sep 2, 2012 at 5:06 PM, Robert Steckroth > wrote: >> No actually the the template that renders the form is separate from >> the template that submits it. >

filter() and lists with DateTime field not implemented?

2012-09-27 Thread Robert Steckroth
Hello Gang, I have the function below which returns this error -> "FieldError at /by_date/ Join on field 'first_day_start_time' not permitted. Did you misspell 'month' for the lookup type?" The function will work in other objects (even with model relationships), but not when the __month filter is

-- Directory creation script is fruity --

2012-10-08 Thread Robert Steckroth
Hello Gang, while creating a simple loop to copy a directory structure, I encountered a strange error with os.path.join. In the loop below, only the first iteration of the loop will join the new_dir with no_base. After hours of research, I still cannot pin this one down. I have it working at the bo

A fun little Django project [Robert Steckroth]

2012-10-12 Thread Robert Steckroth
Hey Gang, I have got my project up on Bitbucket --> https://bitbucket.org/surgemcgee/django_template3d It is a fun Django Project with some nice features. It is simple to get up in going and provides some abstract Django/HTML concepts. -- Bust0ut, Surgemcgee: Systems Engineer --- surgemcgee.com B

Most widely used documentation source for Django Projects?

2012-10-13 Thread Robert Steckroth
Hey Gang, is there a standard documentation page for new/existing Django projects? I was going to use https://read-the-docs.readthedocs.org/en but it will not let me create an account (500 whale). It seems to be common in the projects I've used. Any suggestions? -- Bust0ut, Surgemcgee: Systems

Sub-arguments to arguments in management commands

2012-10-14 Thread Robert Steckroth
tion('-d', '--create-directories', action='store_true', dest='create', default=False, help='Automatically creates the directory structure contained in the STANDARD_TEMPLATE_DIRS to the TEMPLATE_DIRS.'), ) def handle(self

Re: Most widely used documentation source for Django Projects?

2012-10-14 Thread Robert Steckroth
Ohh, hey, thanks. It was working this morning and performed flawlessly. I could not be more happy with the operational tools and overall design. On Sun, Oct 14, 2012 at 7:19 PM, Russell Keith-Magee wrote: > On Sun, Oct 14, 2012 at 11:54 AM, Robert Steckroth > wrote: >> Hey Gang

Re: Most widely used documentation source for Django Projects?

2012-10-17 Thread Robert Steckroth
And it turned out nice too! :) http://django-template3d.readthedocs.org/en/latest/index.html# On Sun, Oct 14, 2012 at 9:26 PM, Robert Steckroth wrote: > Ohh, hey, thanks. It was working this morning and performed flawlessly. > I could not be more happy with the operational tools and o

Re: Documentation helpers in the admindocs (django 1.4)

2012-10-25 Thread Robert Bergs
This looks like it is a known issue. See ticket 5405. On Monday, 10 September 2012 21:57:49 UTC+1, craig wrote: > > It could be I'm doing something wrong, but I have the admin documentation > working, and read about the helpers ( :model:`app.model`,

Design decision

2012-11-06 Thread Dollinger Robert
data between the costumers? Or one django project (instance) for all costumers with one big database? bye Robert -- 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 unsubs

Re: Design decision

2012-11-07 Thread Dollinger Robert
Thanks for the tip with more than one db. I will take a look a that. Am 06.11.2012 um 17:17 schrieb bruno desthuilliers: > There's no one-size-fits-all answer, depends on how the "project" is to be > sold and what it does. Given your description (per-customer settings / > installed apps / stati

If anyone needs a Django pay check

2011-09-10 Thread Robert Steckroth
Hey there gang. If any of you are in need of employment, there is some quality job positions available with good pay for any decent Django programmers. The consulting firm is based out of St. Paul Minnesota and can allow you to work from home. The web site is http://www.comfychairconsulting.com/ On

Re: If anyone needs a Django pay check

2011-09-10 Thread Robert Steckroth
goals with someone who has already accomplished them. Sincerely Robert Edward Steckroth II -- Bringing game to younix Bust0ut Entertainment --- PBDefence.com "Finding the exit without looking" -- You received this message because you are subscribed to the Google Groups "Django u

Upload permissions

2011-09-22 Thread Robert Steckroth
Hey Gang, I have created a simple user profile area with an Avatar image upload system. It works great on my localhost but gives a permission error on the server. Has anyone ran into this and found a quick answer? The upload media url is a wsgi process and is not used in the file.open() command. T

Re: Upload permissions

2011-09-22 Thread Robert Steckroth
Allright, I fixed it. This did the trick --> destination = open(settings.MEDIA_ROOT+'userAvatarDir/'+fName, 'wb+') On Thu, Sep 22, 2011 at 9:55 PM, Robert Steckroth wrote: > Hey Gang, I have created a simple user profile area with an Avatar > image upload

Re: Anyone got time for a large scale project ?

2011-12-20 Thread Robert Steckroth
Is this a paying project? I have a wide range of skills including Django. On Tue, Dec 20, 2011 at 3:17 PM, JohnyB wrote: > Hello guys, > I am in the process of creating an informational website combined with > a desktop application, and mobile version all connected, but I am > overwhelmed by it,

CsrfViewMiddleware from a xml post?

2012-01-24 Thread Robert Steckroth
Hey Gang, is it possible to include a csrf token with a xml post? It looks like there are options in the view to control this but getting into the header would be nice. This isn't working along with many other tries. Anyone know what the header should look like this offhand? xmlhttp.open(

Re: CsrfViewMiddleware from a xml post?

2012-01-24 Thread Robert Steckroth
ocument.getElementById("vote"); element.person.value = person; element.submit(); } On Tue, Jan 24, 2012 at 11:39 AM, Reinout van Rees wrote: > On 24-01-12 16:47, Robert Steckroth wrote: >> >> Hey Gang, is it possible to include a csrf token with a xml post? >> It l

Looking for a Django opportunity to pursue...

2013-01-17 Thread Robert Steckroth
Hello, I am actively seeking a opportunity to develop Django applications. If there are any professionals seeking to grow in this area, feel free to respond via this address. Also, I have other soundly developed skills in the Systems/Software/Web field. Thanks, Robert Steckroth -- Bust0ut

raw_id_fields

2013-01-30 Thread Robert Dollinger
the ability to search and filter via category. But there are two points that I can't figure out: - possibility to selecting more than one record in the popup window - showing the real names instead of the pk in the input_field Thanks in advanced for help bye Robert -- You received this me

working with images in django

2013-07-28 Thread Robert Brown
Hello, can anyone suggest where I might find some of example of working with images in django. I want to store them and pull them into text documents, about one every couple of paragraphs. I am finding a lot of posts on this site about the img class but most of them seem to address very speci

What is the best way to have multiple admin users with there own models?

2013-09-05 Thread Robert Steckroth
The application being created requires client to have an admin interface specific to external application/use. In other words, I would like to provide unique Admin model control for a tentative user base. Any thoughts on how one might go about this? Thanks -- Systems/Software Engineer -- You r

Re: What is the best way to have multiple admin users with there own models?

2013-09-05 Thread Robert Steckroth
Ok, never mind. I copied the entire admin dir to the app directory and it is working fairly well here. So naa.. On Thu, Sep 5, 2013 at 11:15 PM, Robert Steckroth wrote: > The application being created requires client to have an admin interface > specific to external > application/use.

So this needs to be fixed

2013-09-06 Thread Robert Steckroth
Why is the user permissions widget not re-sizing? I can hear it now... http://postimg.org/image/mcfbfhs83/ -- Systems/Software Engineer -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

Re: So this needs to be fixed

2013-09-06 Thread Robert Steckroth
Also, the manytomany field selector highlight is waaay to light. On Fri, Sep 6, 2013 at 11:22 AM, Robert Steckroth wrote: > Why is the user permissions widget not re-sizing? I can hear it now... > > http://postimg.org/image/mcfbfhs83/ > > > > > -- >

Re: What is the best way to have multiple admin users with there own models?

2013-09-06 Thread Robert Steckroth
jangoproject.com/en/1.5/ref/contrib/admin/#django.contrib.admin.AdminSite > > On Thursday, September 5, 2013 10:28:38 PM UTC-5, Surgemcgee wrote: > >> Ok, never mind. I copied the entire admin dir to the app directory and it >> is working fairly well here. So naa.. >> &

Tinymce 4.x with grappelli filebrowser?

2013-10-05 Thread Robert Steckroth
Man, it is becoming less a reality to get this working. Has anyone found a solution to this? The whole thing is working just fine except for the tiny_mce_popup.js file. -- Systems/Software Engineer -- You received this message because you are subscribed to the Google Groups "Django users" gro

<    1   2   3   4   5   >