-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
build: base of project #9
Conversation
This reverts commit 466b756.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sumit-158 cool start.
There are changes to be made, but simple ones.
Also in the server/ directory there should be a requirements.txt giving libraries to install with their versions (or poetry file if you prefer, but it's a bit more complex).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve so you can merge when you're ready.
But please before:
- I made a suggestion
- you should put at least django dependency in
requirements.txt
(Django==4.0.5
)
|
Co-authored-by: Alex Garel <[email protected]>
Sorry @sumit-158, it's github interface that makes me confused: |
What
Screenshot
Fixes bug(s)
Part of