Django, How do i create an app?
My question is simple: How do i create an app in django on repl.it?
vasylpiasetskyi
Hello,
Press F1 and start shell, after that type next script: python ./manage.py startapp
nerdmamun
thanks... i was struggling a lot..thanks for your [email protected]
thoq
Wanted to ask the same. It looks like you can't put different apps in one project but I am not sure.
IshanPatel8
go to the shell at the bottom of the page. check your command directory. type cd and press tab 2 or 3 times. You will get a list of files in your directory and check if you have manage.py on that list. If you don't, then type cd . Then type python manage.py startapp . If this does not work, just run your project and quit and try again.
Hi, I’m starting out on a similar journey but finding trouble even installing the Django package.. Have you had any success with this project?