fnp
/
fnpdjango.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Deps quickfix
[fnpdjango.git]
/
bin
/
fnpdjango_bootstrap.sh
diff --git
a/bin/fnpdjango_bootstrap.sh
b/bin/fnpdjango_bootstrap.sh
index
fef20de
..
9b2301b
100755
(executable)
--- a/
bin/fnpdjango_bootstrap.sh
+++ b/
bin/fnpdjango_bootstrap.sh
@@
-15,7
+15,7
@@
DJANGO_REQ='Django>=1.6,<1.7'
DJANGO_ROOT='src'
PYPI='http://pypi.nowoczesnapolska.org.pl/simple'
DJANGO_ROOT='src'
PYPI='http://pypi.nowoczesnapolska.org.pl/simple'
-PROJECT_TEMPLATE='http://git.nowoczesnapolska.org.pl/?p=fnpdjango.git;a=snapshot;h=
64c636d1e3ff35a7a1d3394fd1d3ff0093f44aa2
;sf=tgz'
+PROJECT_TEMPLATE='http://git.nowoczesnapolska.org.pl/?p=fnpdjango.git;a=snapshot;h=
project
;sf=tgz'
VIRTUALENVWRAPPER_PATHS="
/etc/bash_completion.d/virtualenvwrapper
VIRTUALENVWRAPPER_PATHS="
/etc/bash_completion.d/virtualenvwrapper
@@
-71,6
+71,14
@@
django-startproject.py \
cd "$PROJECT"
cd "$PROJECT"
+# GitWeb adds a top directory to the snapshot, let's remove it.
+if [ ! -e .gitignore ]
+then
+ WRAPPER="`ls`"
+ mv "$WRAPPER/"* "$WRAPPER/".gitignore .
+ rmdir "$WRAPPER"
+fi
+
chmod +x "$DJANGO_ROOT"/manage.py
mv "$DJANGO_ROOT/$PROJECT/localsettings.py.dev" "$DJANGO_ROOT/$PROJECT/localsettings.py"
chmod +x "$DJANGO_ROOT"/manage.py
mv "$DJANGO_ROOT/$PROJECT/localsettings.py.dev" "$DJANGO_ROOT/$PROJECT/localsettings.py"