-
Notifications
You must be signed in to change notification settings - Fork 1
I'm a django noob so I need the next step #2
Comments
The project is still in it's infancy at the moment, so I'm afraid there's not much to see right now. All that's been done to this point is gluing together libraries. To create the database, run Once the database is created, you can import the gtfs feed with Finally, start the server with Once I get my head around GTFS feeds, I will begin working to provide a RESTful API to build a client against. I'll get a better README fleshed out this evening in the meantime and will close this issue then unless you have any further trouble. Thanks for checking it out! |
Does this error mean anything to you Kevin? I get it when trying to run pip Double requirement given: python-dotenv==0.1.2 (from -r I merged your changes into my fork of the project. I'm also trying to run Also, ImportError: No module named dotenv When I try to run project/manage.py check On Wed, Jun 24, 2015 at 12:20 PM, Kevin Diale [email protected]
[email protected] |
Sorry about that, I had a duplicate entry in requirements/base.txt. It's removed now. |
I just got another chance to try your code Kevin. I have only been able to Screencap follows: (ride)09:11 ~/Programming_Code/Python/rideontime
Command "python setup.py egg_info" failed with error code 1 in On Wed, Jun 24, 2015 at 12:20 PM, Kevin Diale [email protected]
[email protected] |
Since you initially installed the app, I've moved over to using postgis. I believe this is the easiest way to get it on windows (although I am not sure, please do due diligence). You will also need python dev headers and postgresql dev headers to compile the postgres driver. |
I will be glad to keep following your development of this project. If I
|
Gotcha. So linux mint ought to be even easier, You'll also need some additional dependencies for running GeoDjango, those are detailed here. Ride on Time is being developed against python 3 atm, but I'm not aware of anything preventing it from running on python 2 from the same codebase at this point. |
Okay. Would you like me to test against Python 2? I can run Python 3 or 2
|
I'm not officially supporting python 2 atm, but feel free to try it out if you'd like. Maybe once I get the thing built I'll work on adding python 2 support but I didn't want anything to get in my way of getting it done this early in the game since it's just a hobby project so far. |
It seems that you are smart to develop in python 3 as long as your As a newcommer to python (less than 4 years and no production code Anyway, I look forward to getting your code running under python 3 :-)
|
Have you had any trouble going forward? Is this clear to close? |
I haven't been able to do any testing this week. I'll update you as soon as On Wed, Jul 8, 2015, 11:54 PM Kevin Diale [email protected] wrote:
|
I got the manage.py to run. This was the result:
I don't know if that is correct. I don't know how to run the rideontime code.
The text was updated successfully, but these errors were encountered: