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

Add django basic app #5

Merged
merged 3 commits into from Oct 26, 2021
Merged

Add django basic app #5

merged 3 commits into from Oct 26, 2021

Conversation

ineshbose
Copy link
Owner

Proposed changes

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

To start off the back-end, the Django project has been added to the repository.
Closes #1.

Type of change

Please uncomment the selected option.

New feature (non-breaking change which adds functionality)

Steps to reproduce

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

$ cd src/backend
$ python3 -m venv env
$ source ./env/scripts/activate
$ pip install -r requirements.txt
$ python manage.py runserver

@ineshbose ineshbose merged commit fa2261c into develop Oct 26, 2021
@ineshbose ineshbose deleted the feature/1-Add_Django_basic_app branch October 26, 2021 21:20
@ineshbose ineshbose restored the feature/1-Add_Django_basic_app branch November 9, 2021 20:13
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

Successfully merging this pull request may close these issues.

Add Django basic app
1 participant