Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you install the demo? #25

Open
killerbarney opened this issue Oct 23, 2017 · 3 comments
Open

How do you install the demo? #25

killerbarney opened this issue Oct 23, 2017 · 3 comments

Comments

@killerbarney
Copy link

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
Copy link

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

@WakeRealityDev
Copy link

WakeRealityDev commented Jan 9, 2018

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants