You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(hostifinetenv) rchase@hostifi:~/hostifinet$ python3 manage.py copy_templates
Traceback (most recent call last):
File "manage.py", line 12, in <module>
execute_from_command_line(sys.argv)
File "/home/rchase/hostifinetenv/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
utility.execute()
File "/home/rchase/hostifinetenv/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/rchase/hostifinetenv/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv
self.execute(*args, **cmd_options)
File "/home/rchase/hostifinetenv/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute
output = self.handle(*args, **options)
File "/home/rchase/hostifinetenv/lib/python3.6/site-packages/pinax/templates/management/commands/copy_templates.py", line 37, in handle
for f in glob.glob(os.path.join(base, path)):
File "/home/rchase/hostifinetenv/lib/python3.6/posixpath.py", line 92, in join
genericpath._check_arg_types('join', a, *p)
File "/home/rchase/hostifinetenv/lib/python3.6/genericpath.py", line 149, in _check_arg_types
(funcname, s.__class__.__name__)) from None
TypeError: join() argument must be str or bytes, not 'NoneType'
(hostifinetenv) rchase@hostifi:~/hostifinet$
Steps to Reproduce
python3 manage.py copy_templates
What were you expecting to happen?
templates copied to app for editing
What actually happened?
error
The text was updated successfully, but these errors were encountered:
Issue Summary
Steps to Reproduce
python3 manage.py copy_templates
What were you expecting to happen?
templates copied to app for editing
What actually happened?
error
The text was updated successfully, but these errors were encountered: