0_0_1
This commit is contained in:
13
Hentai_manga_model/models.py
Normal file
13
Hentai_manga_model/models.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from pymongo import MongoClient
|
||||
|
||||
client = MongoClient('mongodb://localhost:27017/')
|
||||
db = client['Manga'] # Название базы данных
|
||||
manga_collection = db['Hentai_Manga'] # Название коллекции
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user