Skip to content

asdoc/clash-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#clash-workspace

Django workspace for clash

###Testing the app:

  • Create files in the root directory of the app:

    • files/
    • app/static/files/
  • Create the database using command:

    • python manage.py syncdb
  • Create database fields from the /admin url. Add database entries for

    • Users
    • Teams
    • Permissions
  • After creation of users, run the scripts from root directory of the app :

    python manage.py shell
    from app.script import user_folders()
    user_folders()
    

###Resetting the app Execute the following commands from the root directory of the app

rm db.sqlite3
python manage.py shell
from app.script import clean_up()
clean_up()

About

Django workspace for clash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published