GithubHelp home page GithubHelp logo

f5inet / django-dms Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 2.43 MB

Automatically exported from code.google.com/p/django-dms

License: BSD 3-Clause "New" or "Revised" License

Python 62.91% HTML 6.52% CSS 6.11% JavaScript 24.46%

django-dms's People

django-dms's Issues

urls problems

What steps will reproduce the problem?
1. run the tests/large demo app
2.
3.

What is the expected output? What do you see instead?

Exception Type:     AttributeError
Exception Value:    

'AdminSite' object has no attribute 'urls'

Exception Location: 
/Users/daniel/Sites/django-proj/dms/tests/large/../large/urls.py in
<module>, line 8

see attached file

What version of the product are you using? On what operating system?
Django 1.02

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Feb 2009 at 10:41

Attachments:

ImageMagick error: [Errno 2] No such file or directory

What steps will reproduce the problem?
1. Installed small
2. Trying to display a thumbnail in a template
3. Failing in sorl on this line:
            p = Popen((self.convert_path, '-size', '%sx%s' % (x,y),
                '-antialias', '-colorspace', 'rgb', '-format', 'PNG24',
                '%s[0]' % filename, tmp), stdout=PIPE)

But the filename exists with zero size so not clear to me what the problem is.


What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
downloaded 21apr10

Please provide any additional information below.

running on osx 2.6 snow leopard with python 2.5

Original issue reported on code.google.com by [email protected] on 22 Apr 2010 at 12:09

admin username/password hoverwritten be default data

What steps will reproduce the problem?
1. trying to login into the admin backend
2.
3.

What is the expected output? What do you see instead?

Maybe drop a README.txt file (in the same dir of the licence) where you
write that the credentails to access the admin are

user: admin
password: admin

And also report them here: http://code.google.com/p/django-dms/wiki/HowTo

Basiccally the demodata also overwrite the admin user inserted while doing
the first "python manage.py syncdb"

What version of the product are you using? On what operating system?



Original issue reported on code.google.com by [email protected] on 9 Feb 2009 at 11:05

Exception with demo application

What steps will reproduce the problem?
1. I copied the tests folder as root folder
namely:
- test
--- large
--- small

2. I put the "django-dms" folder both in the large and small folders


What is the expected output? What do you see instead?

When I run the server I get the following exception

---------------------------
ImproperlyConfigured: DocumentAdmin.list_display[7], 'tags' is not a
callable or an attribute of 'DocumentAdmin' or found in the model 'Document'.
---------------------------

both at 
- http://localhost:8000/admin
- http://localhost:8000/

What version of the product are you using? On what operating system?
---------------------------
Django 1.02
Mac OsX

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Feb 2009 at 9:14

Attachments:

large urls.py & amin urls

What steps will reproduce the problem?
1. trying to get into the admin backend
2.
3.

What is the expected output? What do you see instead?

Shouldn't line #8 in tests/large/urls.py

be

(r'^admin/(.*)', admin.site.root),

instead of

(r'^admin/', include(admin.site.urls)),


What version of the product are you using? On what operating system?

Django 1.02

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Feb 2009 at 10:54

mention python 2.5 required


What steps will reproduce the problem?
1. use a centos 5 distribution 
2. follow the howto up to pp syncdb --noinput


What is the expected output? What do you see instead?
pp syncdb --noinput - expected to see tables created, instead got error 
ending with: 
DeserializationError: Invalid model identifier: 'large_dms.document'

running the server gave me first an error about uuid - resolved via:
easy_install uuid

then another error for hashlib, solved this with:

http://skvidal.wordpress.com/2009/01/28/python-hashlib/


What version of the product are you using? On what operating system?
svn; centos 5

Please provide any additional information below.

Hi there, please could you mention that python 2.5 or above is required as 
it toom me quite a while to work out what was going wrong.

thanks

Kerry

Original issue reported on code.google.com by [email protected] on 5 Jul 2009 at 4:44

Class-based syntax for metadata

Sensible class-based syntax for defining metadata auto-population.

For example:
{{{
class DocumentPopulator(metadata.Populator):
    # Map fields to document fields
    fields = dict(title='title', 
                  file_mimetype='mimetype', 
                  author='creator', 
                  date_created='creation date')

    # Custom processing
    def process_title(self, value):
        return value.isupper() and value.title() or value

}}}

Original issue reported on code.google.com by [email protected] on 17 Jan 2009 at 8:34

Test suite

Develop a unit test suite to provide test driven development, prove
worthiness and protect against regression.

Original issue reported on code.google.com by [email protected] on 17 Jan 2009 at 8:36

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.