-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implemented basic stuff #1
Conversation
@95ych you will need to update the PR to the develop branch and inside the |
should i keep the bin/ and lib/ (virtual env stuff) outside the src/ or keep everything related inside src/ |
@95ych everything for django should be inside src folder |
Also, you need to pull develop and resolve all conflicts. |
@95ych i don't see the virtual env files or a make file here |
@fireballpoint1 |
@95ych Your instructions to run the django server are imcomplete. Please write them in a way that even a first time user of django can run the project . |
@95ych Approved. resolve conflicts and rebase and merge |
* added fork instructions and started defining directory structure * Implemented basic stuff (#1) * move essentials into src * update missing parts * updated readme and makefile (#10) * updated readme and makefile * added .pyc files in gitignore * initialising django rest framework * predeciding whether to make react as another django app or as a stand alone SPA * frontend and baackend running
built basic backend