$pip install virtualenv
$virtualenv venv
$source venv/bin/activate
$pip install django
$django-admin startproject tutorialdjango .
$python manage.py migrate
$python manage.py runserver 0.0.0.0:8000
->urls.py
$python manage.py startapp main
->settings.py
->urls.py
->views.py
->main>template>main>index.html
$python manage.py runserver 0.0.0.0:8000
->models.py
$python manage.py makemigrations
$python manage.py migrate
$python manage.py createsuperuser
$python manage.py runserver 0.0.0.0:8000
->admin.py
->models.py
->views.py
->main>template>main>index.html
$python manage.py runserver 0.0.0.0:8000
-
Notifications
You must be signed in to change notification settings - Fork 0
bupark82/Django_jupyter_test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published