Skip to content

pari2dhi3/Forms-in-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forms-in-Django

Basic drop down menu form having movies as options in Django 1.10.

Go to the directory in which manage.py exists and type the following command to run the local host server...

$ python manage.py runserver

The output will be similiar to this,

Performing system checks...

System check identified no issues (0 silenced). October 29, 2016 - 10:56:23 Django version 1.10.2, using settings 'formularios.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C.

Now visit to http://127.0.0.1:8000/ to see the output.

About

Basic drop down menu form in Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published