We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdba95 commit a19cfefCopy full SHA for a19cfef
local_deploy_for_test.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+##conda create --name django_async_admin --clone simplepro
3
+##conda deactivate
4
+#conda remove --name simplepro --all
5
+rm -rf dist/*
6
+python setup.py sdist bdist_wheel
7
+/Users/shadikesadamu/anaconda3/envs/allkeeper/bin/pip install dist/DjangoAsyncAdmin-*.tar.gz
0 commit comments