Initial commit
This commit is contained in:
18
full_backend_setup.py
Normal file
18
full_backend_setup.py
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env python3
|
||||
import sys
|
||||
import os
|
||||
import pathlib
|
||||
|
||||
# Add project directory to path
|
||||
sys.path.insert(0, r'C:\Users\Nabeel\Nextcloud\Projects\firefly_reports')
|
||||
|
||||
# Import and run the setup_backend_dirs
|
||||
import setup_backend_dirs
|
||||
setup_backend_dirs.main()
|
||||
|
||||
# Now run the exec_backend_files
|
||||
print("\n\n" + "="*80)
|
||||
print("Now executing file creation script...")
|
||||
print("="*80 + "\n")
|
||||
|
||||
import exec_backend_files
|
||||
Reference in New Issue
Block a user