https://github.com/first-coding/django-and-web
This is a django and Web front - and back -end separation project.
https://github.com/first-coding/django-and-web
crawler django python
Last synced: about 1 month ago
JSON representation
This is a django and Web front - and back -end separation project.
- Host: GitHub
- URL: https://github.com/first-coding/django-and-web
- Owner: first-coding
- Created: 2022-06-07T09:10:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T15:18:52.000Z (about 1 year ago)
- Last Synced: 2025-05-20T11:08:36.550Z (10 months ago)
- Topics: crawler, django, python
- Language: HTML
- Homepage:
- Size: 4.07 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-and-web
This is a django and Web front - and back -end separation project.。
# Introduce
The topic of this project is professional analysis,which can help them get employed.
However,this project is not perfect yet,and I will continue to improve it.
by the way,The repository is full of front-end code,and The Django deployment side is still being optimized,
if you need project and run,you need to have Django and the front-end on the same LAN
There are some bugs in this project,please bear with me
# file path
Third director is django file
first/first/web director is web file
# run
The web file need environment in the vscode,you can use Extensions "Live Server" to start web project.by the way,you should change .html run path.
To start a Django file,simple run the "python manage.py runserver" command.but you should install django package and stay same path with manage.py.
# other
Other html file are crawler generated file that you don't need to worry about,you just have to focus on the files in the third and first folders