tipsdjango's profile picture.

djangotips

@tipsdjango

$ python manage.py runserver 0.0.0.0:8000 Specify a 0.00.0 address if you want to expose the server to your local network #django #python


$ python manage.py runserver 8080 You can specify the runserver a port at the end to use an specific port. #django #python #webdevelopment


$ python manage.py syncdb This creates #database tables according to the database settings in your mysite/settings.py file. #django #python


@dulanism I really love the #official #django docs, are well written and easy to understand with nice examples. ow.ly/uez9f


$ python manage.py runserver started the #Django #development #server, a lightweight Web server written purely in #Python.


Inside your #django proyect you will find: manage.py - A command-line utility that lets you interact with this Django project in various...


$ django-admin.py startproject mysite Initializes a #django project in the actual folder. #python #webdevelopment


United States 트렌드

Loading...

Something went wrong.


Something went wrong.