diff --git a/README.md b/README.md new file mode 100644 index 0000000..1baed8a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Nasazení na hostingu: + +$ git clone http://git.asgard.odbornaskola.cz/jmeno.prijmeni/hvezdarna.git +$ cd hvezdarna +$ virtualenv .venv +$ pip install -r requirements.txt +$ python manage.py migrate +$ python manage.py collectstatic +$ python manage.py createsuperuser \ No newline at end of file