-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from NeoUKR/NeoUKR
{0.3.0.0} [pullgerLinkedIN_FULL]
- Loading branch information
Showing
15 changed files
with
23 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/.idea/ | ||
/.vscode/ | ||
/venv/ | ||
/TMP/* | ||
db.sqlite3 | ||
djangoapp.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
# Project for collect and distributing data related for persons and companies from linkedIN basen on PULLGER FRAMEWORK | ||
|
||
## Instalation | ||
|
||
* pip install -r requirements.txt | ||
* python3 manage.py migrate | ||
# Project for collect and distributing data related for persons and companies from LinkedIN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
VERSION = (0, 2, 0, 0) | ||
VERSION = (0, 3, 0, 0) | ||
VERSION_INFO = '.'.join(str(nv) for nv in VERSION) | ||
__version__ = VERSION_INFO |
Submodule djTaskBrocker
updated
5 files
+1 −0 | apps.py | |
+1 −0 | models.py | |
+16 −7 | operations.py | |
+8 −0 | version.history | |
+3 −0 | version.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
python manage.py -r requirement.txt | ||
pip install -r requirements.txt | ||
python manage.py makemigrations pullgerAccountManager | ||
python manage.py makemigrations com_linkedin | ||
python manage.py makemigrations com_linkedin__TT | ||
python manage.py makemigrations djTaskBrocker | ||
python manage.py migrate | ||
python manage.py createsuperuser |
Submodule pullgerMultiSessionManager
updated
5 files
+9 −9 | apiMSM.py | |
+1 −2 | apps.py | |
+59 −84 | core.py | |
+11 −0 | version.history | |
+1 −1 | version.py |
Submodule com_linkedin
updated
5 files
+7 −1 | api/search.py | |
+29 −10 | models/models_locations.py | |
+14 −0 | tests/tools/dataTemplatesR/locations.json | |
+6 −6 | tests/tools/dataTemplatesR/locations.py | |
+4 −0 | version.history |
Submodule com_linkedin__REST
updated
3 files
+9 −4 | apiREST/location.py | |
+3 −0 | version.history | |
+1 −1 | version.py |
Submodule com_linkedin__TT
updated
4 files
+11 −8 | models.py | |
+1 −1 | signals.py | |
+3 −0 | version.history | |
+1 −1 | version.py |
Submodule pullgerSquirrel
updated
3 files
+1 −1 | SquirrelCore.py | |
+3 −0 | version.history | |
+1 −1 | version.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters