Skip to content

Web application that decrypts content stored on (potentially any) cloud, and presents it to user.

Notifications You must be signed in to change notification settings

nenadTod/secureCloud-viewer

Repository files navigation

secureCloud-viewer

Web application that decrypts content stored on (potentially any) cloud, and presents it to user.

Configure Run and Debug from PyCharm

  1. In "PyCharm Professional" open "File"->"Settings"
  2. "Languages & Frameworks"->"Python Template Languages"
  3. From "Template language" drop-down choose "Django"
  4. In "Template language"->"Django" check "Enable Django Support"
  5. Set "Django project root" to project root
  6. Set "Settings" to "(project_name)\settings.py"
  7. Set "Manage scripts" to "manage.py"
  8. In "PyCharm Professional" open "Run"->"Edit Configurations..."
  9. Add new "Django server"
  10. Enter "Host": 127.0.0.1 and "Port": arbitrary value (recommended: 8000)
  11. Check "Custom run command", and type "runsslserver" (novo)

    Now you can Run and Debug server from PyCharm

Software requirements

About

Web application that decrypts content stored on (potentially any) cloud, and presents it to user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •