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
{{ message }}
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
...
File "/Users/sardor/.virtualenvs/fileupload/lib/python3.5/site-packages/django/db/backends/utils.py", line 64, in execute
return self.cursor.execute(sql, params)
File "/Users/sardor/.virtualenvs/fileupload/lib/python3.5/site-packages/django/db/backends/sqlite3/base.py", line 323, in execute
return Database.Cursor.execute(self, query, params)
django.db.utils.OperationalError: no such table: fileupload_picture
Never mind. Needed to make migration for fileupload app myself. And, migrated, worked. But, other issues left with static files. Soon, will send PR if you're okay. This seems because of some Django 1.9 settings which were deprecated.
Can't upload a picture file.
Error message:
Steps to reproduce:
Environment:
The text was updated successfully, but these errors were encountered: