-
Notifications
You must be signed in to change notification settings - Fork 23
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
Create Django app #4
base: master
Are you sure you want to change the base?
Conversation
No :) |
Same as for the Flask PR - do you think you could fix the whitespace issue in the template @SolarLiner ? |
Alright here's some more commits - Please do test it because neither the Ruby nor Rust acceptance tests work (Ruby gems don't install properly even though I have all required system libraries), and Rust just seems to complete without doing anything. Checking manually though, it appears I've solved the issue. |
... While I'm in it, let's also do a Django app too!
I didn't use the provided project template as it has way too much convenience stuff added, that isn't used here (In fact, Django itself can be considered to be too much for such a simple project, but this is purely educational).
Install Python 3.6,
pip
andpipenv
, and then runpipenv install
, andpipenv run start 0.0.0.0:3000
to start the server on port 3000.