OSDG-IIITH / art-club-website

Art Club website at IIIT-H
3 stars 6 forks source link

Implemented basic stuff #1

Closed 95ych closed 4 years ago

95ych commented 4 years ago

built basic backend

fireballpoint1 commented 4 years ago

@95ych you will need to update the PR to the develop branch and inside the src/ directory

95ych commented 4 years ago

should i keep the bin/ and lib/ (virtual env stuff) outside the src/ or keep everything related inside src/ @fireballpoint1

fireballpoint1 commented 4 years ago

@95ych everything for django should be inside src folder

fireballpoint1 commented 4 years ago

Also, you need to pull develop and resolve all conflicts.

fireballpoint1 commented 4 years ago

@95ych i don't see the virtual env files or a make file here

95ych commented 4 years ago

@fireballpoint1 Missing parts added

fireballpoint1 commented 4 years ago

@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 .

fireballpoint1 commented 4 years ago

@95ych Approved. resolve conflicts and rebase and merge