Changes between Initial Version and Version 1 of Ticket #28134
- Timestamp:
- Apr 26, 2017, 7:18:49 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28134
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #28134 – Description
initial v1 2 2 3 3 In the settings.py (INSTALLED_APPS) I'm unable to add apps.!! 4 4 {{{ 5 5 C:\Users\Administrator\PycharmProjects\website>python manage.py makemigrations 6 6 Traceback (most recent call last): … … 27 27 File "<frozen importlib._bootstrap>", line 948, in _find_and_load_unlocked 28 28 ModuleNotFoundError: No module named 'rest_frameworkcompanies' 29 }}}