Python-based Django development interface framework construction

1. Install Django, as shown in Figure 1

Command line execution: pip install django

2. Create a Django project , as shown in Figure 2

django-admin startproject imooc

3. Create a Django application project, as shown in Figure 3

You must enter the project file to execute the command:

python3  manage.py  startup app app

4. Run the Django project, as shown in Figures 4 and 5

①Command execution: python3  manage.py  runserver        

②Web page running URL: 127.0.0.1:8000

Finally, I would like to thank everyone who has read my article carefully. Reciprocity is always necessary. Although it is not a very valuable thing, you can take it away if you need it:

insert image description here

Software testing interview applet

The software test question bank maxed out by millions of people! ! ! Who is who knows! ! ! The most comprehensive quiz mini program on the whole network, you can use your mobile phone to do the quizzes, on the subway or on the bus, roll it up!

The following interview question sections are covered:

1. Basic theory of software testing, 2. web, app, interface function testing, 3. network, 4. database, 5. linux

6. web, app, interface automation, 7. performance testing, 8. programming basics, 9. hr interview questions, 10. open test questions, 11. security testing, 12. computer basics

These materials should be the most comprehensive and complete preparation warehouse for [software testing] friends. This warehouse has also accompanied tens of thousands of test engineers through the most difficult journey. I hope it can help you too!     

Guess you like

Origin blog.csdn.net/nhb687095/article/details/132427594