Giter VIP home page Giter VIP logo

Comments (6)

emdete avatar emdete commented on May 22, 2024

ok, that one (no attribute user) is fixed, one has to change MIDDLEWARE to MIDDLEWARE_CLASSES... i do not know why that is not generated correctly.

the warning persistst and i get another warning:

RemovedInWagtail17Warning: Using a tuple for search_fields on Page subclasses is deprecated, use a list instead
  index.FilterField('page_ptr_id')

from puput.

emdete avatar emdete commented on May 22, 2024

and i've overseen this one:

Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
  urlpatterns += patterns('', (r'^favicon\.ico$', RedirectView.as_view(url=settings.STATIC_URL + 'myapp/images/favicon.ico')))

could be corrected in the doc as well.

from puput.

marctc avatar marctc commented on May 22, 2024

Are you using Django 1.10, right?

from puput.

emdete avatar emdete commented on May 22, 2024

i installed via pip, looking into lib/python3.5/site-packages/django/__init__.py shows VERSION = (1, 9, 10, 'final', 0). so no, it's 1.9, right?

what is the desired django version for puput? isn't it 1.9 and if so why is 1.9 installed?

from puput.

emdete avatar emdete commented on May 22, 2024

i was asked to issue a demo/manage.py makemigrations, shouldn't that be in the flow as well (with some explanation)?

finally the link "Continue reading ยป" points to a wrong location (i have a setup where django is in a sub-path "/PATH_PREFIX/blog/..." only so i have url(r'^{}'.format(settings.PATH_PREFIX), include('puput.urls')),) the PATH_PREFIX part is dublicated. haven't figured out what's wrong in my setup (or if its a bug).

from puput.

marctc avatar marctc commented on May 22, 2024

@emdete could you open a new issue for each issue that you have? Is easy for me to track which issues are resolved or not.

thanks

from puput.

Related Issues (20)

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.