dakrauth / django-swingtime

📆 Event and occurrence scheduling application for Django
https://dakrauth.github.io/django-swingtime/
MIT License
313 stars 99 forks source link

How do you install the demo? #25

Open killerbarney opened 6 years ago

killerbarney commented 6 years ago

I followed the instructions, but when I bring up the page, nothing shows up. I tried including the demo urls, but it doesn't reach. Not exactly sure how to get this working.

WakeRealityDev commented 6 years ago

I too would like some tips on how to install and access the demo. Thank you.

WakeRealityDev commented 6 years ago

Ok, I got it running. For my KVM, I also wanted to override the default port 8000 so I figured that out too.

First, follow directions at http://dakrauth.github.io/django-swingtime/installation.html Next, use inv demo, let it run, which will be on http://127.0.0.1:8000 - I was unable to find a syntax for alternate IP address and network port using inv - if you know how, please share! I exited the server with control-c I changed directory with cd django-swingtime/django-swingtime-master/demo - as that is where the manage.py is located. Then I can now invoke the demo app using python3 manage.py runserver 0:3000 Now my web browser can invoke it on http://127.0.0.1:3000 port instead of the default 8000.

Working on Django version 2.0.1 for me

fhightower commented 3 years ago

Instructions for running the demo are available at https://dakrauth.github.io/django-swingtime/demo.html.