This website requires JavaScript.
Explore
Help
Sign in
django-repositories
/
fabric
Watch
1
Star
0
Fork
You've already forked fabric
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5c75151f2b
fabric
/
share
/
templates
/
conf
/
database
/
files
/
db.drop_all.sql.jinja2
3 lines
54 B
Text
Raw
Normal View
History
Unescape
Escape
updated database files so that user and database names are put in quotes, also fixed some problems with pip
2025-04-23 20:12:29 +03:00
DROP DATABASE '{{db_name}}';
DROP USER '{{db_user}}';
Reference in a new issue
Copy permalink