This repository was archived by the owner on Dec 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 282
配置好数据库之后运行报错 #6
Comments
@99bt |
|
@0xbug 这个是我的数据库的状态
|
@0xbug 是少了3个“符号,我真是太粗心了 |
@99bt 仔细看报错信息就能发现问题啦,哈哈 |
@0xbug 安装好之后是挂本地代理使用吗? |
@99bt 嗯,目前支持上传 har 文件;可以用 Charles 做代理然后保存请求为 har 格式,也可以用 Charles 打开 pcap 文件然后再导出为 har 格式 |
@0xbug 好的,就说要先浏览器浏览一遍网页之后,然后倒入进去扫描对吧? |
@99bt 对,有时间可以研究研究 Charles里面的设置项 |
@0xbug 好的, |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
配置好数据库账号密码之后,
运行python manage.py makemigrations scanner报错
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/SQLiScanner/venv/lib/python3.5/site-packages/django/core/management/init.py", line 350, in execute_from_command_line
utility.execute()
File "/SQLiScanner/venv/lib/python3.5/site-packages/django/core/management/init.py", line 302, in execute
settings.INSTALLED_APPS
File "/SQLiScanner/venv/lib/python3.5/site-packages/django/conf/init.py", line 55, in getattr
self._setup(name)
File "/SQLiScanner/venv/lib/python3.5/site-packages/django/conf/init.py", line 43, in _setup
self._wrapped = Settings(settings_module)
File "/SQLiScanner/venv/lib/python3.5/site-packages/django/conf/init.py", line 99, in init
mod = importlib.import_module(self.SETTINGS_MODULE)
File "/SQLiScanner/venv/lib/python3.5/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 986, in _gcd_import
File "", line 969, in _find_and_load
File "", line 958, in _find_and_load_unlocked
File "", line 673, in _load_unlocked
File "", line 669, in exec_module
File "", line 775, in get_code
File "", line 735, in source_to_code
File "", line 222, in _call_with_frames_removed
File "/SQLiScanner/SQLiScanner/settings.py", line 2
Django settings for SQLiScanner project.
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: