Python Forum
NameError: name 'patterns' is not defined
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NameError: name 'patterns' is not defined
#1
Hello guys,

I'm trying to install graphite with Grafana Documentation but when i try to do the following command i get the error:
  

 django-admin.py migrate --pythonpath /opt/graphite/webapp --settings graphite.settings
File "/opt/graphite/webapp/graphite/urls.py", line 29, in <module>
    urlpatterns = patterns('',
NameError: name 'patterns' is not defined
I tried to modify the the line in /opt/graphite/webapp/graphite/urls.py:
 from django.conf.url.defaults import *

to
from django.conf.urls import *
or to
from django.conf.url.defaults import  url, include, patterns 
But still not working, any ideas please.

Thanks.
Reply


Messages In This Thread
NameError: name 'patterns' is not defined - by Debian - Apr-27-2017, 06:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  NameError: name 'pi' is not defined katebishop 2 2,911 Jul-15-2024, 05:48 AM
Last Post: Pedroski55
  I'm getting a NameError: ...not defined. vonArre 2 6,009 Mar-24-2024, 10:25 PM
Last Post: vonArre
  Regex Include and Exclude patterns in Same Expression starzar 2 2,056 May-23-2023, 09:12 AM
Last Post: Gribouillis
  The included URLconf 'scribimus.urls' does not appear to have any patterns in it. nengkya 0 1,836 Mar-03-2023, 08:29 PM
Last Post: nengkya
  Getting NameError for a function that is defined JonWayn 2 2,257 Dec-11-2022, 01:53 PM
Last Post: JonWayn
  How to remove patterns of characters from text aaander 4 2,453 Nov-19-2022, 03:34 PM
Last Post: snippsat
Question Help with function - encryption - messages - NameError: name 'message' is not defined MrKnd94 4 5,568 Nov-11-2022, 09:03 PM
Last Post: deanhystad
  [split] NameError: name 'csvwriter' is not defined. Did you mean: 'writer'? cathy12 4 5,943 Sep-01-2022, 07:41 PM
Last Post: deanhystad
  NameError: name ‘app_ctrl’ is not defined 3lnyn0 0 2,550 Jul-04-2022, 08:08 PM
Last Post: 3lnyn0
  NameError: name 'hash_value_x_t' is not defined Anldra12 5 3,263 May-13-2022, 03:37 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020