Skip to content

raghuck/summercamp-registration-python-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

summercamp-registration-python-django

A python django application code which will be used for summer camp activities registration for kids. The frontend will contain fields like full name, age, gender, father name, mobile number, location. Once the user fills the fields and clicks on submit, the data should go and save in MySQL database and then itshould that registration is completed successfully.

After cloning this repository, use below commands to run the project

python3 manage.py makemigrations python3 manage.py migrate

python3 manage.py runserver

Access the url in the browser http://127.0.0.1:8000/registration/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors