Nikhil John
Nikhil John
@ekohl Regarding `LANGS.md.bak`, it is used as a marker for detecting development mode. If this file exist, this means few things -> language is isolated, `make check` is success and...
Considering all previous converstion, I have made some tweaking is the whole structure and many targets. Not fully tested. ### New Commands Added - dev - Initialise and start the...
@ekohl I have squashed the commits and pushed it. Let me know you thoughts.
> I generally agree with that, so another option can be to make the `node_modules` target fail with a message "you need to run `npx install`. Also note that I...
> > Lets take the scenario where npm modules are already installed. npm will have to run again before start serving when make serve is ran. But it is possible...
@das-g Anymore changes required?
@das-g I have an alternative suggestion. Use namespace. It's very straight forward if you want to make multiple apps. Simply add `app_name = 'blogpost'` For example: ``` app_name = 'blogpost'...
@das-g I am pushing commits for namespace change as well in different PR: https://github.com/DjangoGirls/tutorial/compare/master...jwaladiamonds:namespace
Namespace related changes can not be merged unless the PR https://github.com/DjangoGirls/tutorial/pull/1681 is resolved. Otherwise, lots of conflicts are going to arise from it. @ekohl Can you please look into that...
Is there a way for users to not select the `$` sign in gitbook? I have no clue how gitbook works. But I think this should be possible somehow. Check...