Skip to content

Commit

Permalink
Merge pull request #9 from NeoUKR/NeoUKR
Browse files Browse the repository at this point in the history
{0.3.0.0} [pullgerLinkedIN_FULL]
  • Loading branch information
NeoUKR authored Nov 8, 2022
2 parents 3221c0f + 88b5068 commit 6d58ab9
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/.idea/
/.vscode/
/venv/
/TMP/*
db.sqlite3
djangoapp.log
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "pullgerFootPrint/com/linkedin"]
path = pullgerFootPrint/com/linkedin
url = https://github.com/PullgerFootPrint/com--linkedin.git
branch = NeoUKRcd
branch = NeoUKR
[submodule "pullgerDomain/com/linkedin"]
path = pullgerDomain/com/linkedin
url = https://github.com/PullgerDomain/com--linkedin.git
Expand Down
7 changes: 1 addition & 6 deletions README.md
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
3 changes: 2 additions & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
'pullgerMultiSessionManager__REST',
'pullgerReflection.com_linkedin',
'pullgerReflection.com_linkedin__TT',
'pullgerDevelopmentFramework'
'pullgerDevelopmentFramework',
'djTaskBrocker'
]

EXTERNAL_INSTALLED_APPS = [
Expand Down
2 changes: 1 addition & 1 deletion config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

urlpatterns = [
path('admin/', admin.site.urls),
# path('pullgerMM/', include('pullgerMultiSessionManager__FRONT.urls')),
path('tb/', include('djTaskBrocker.urls')),
path('pullgerMSM/api/', include('pullgerMultiSessionManager__REST.urls')),
path('pullgerAM/api/', include('pullgerAccountManager__REST.urls')),
path('pullgerR/com_linkedin/api/', include('pullgerReflection.com_linkedin__REST.urls')),
Expand Down
3 changes: 3 additions & 0 deletions config/version.history
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Version history [pullgerLinkedIN_FULL]

{0.3.0.0} [pullgerLinkedIN_FULL]
- cumulative update

{0.2.0.0} [pullgerLinkedIN_FULL]
- cumulative update

Expand Down
2 changes: 1 addition & 1 deletion config/version.py
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
2 changes: 1 addition & 1 deletion djTaskBrocker
5 changes: 4 additions & 1 deletion install_windows.bat
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
2 changes: 1 addition & 1 deletion pullgerMultiSessionManager
2 changes: 1 addition & 1 deletion pullgerReflection/com_linkedin__REST
2 changes: 1 addition & 1 deletion pullgerReflection/com_linkedin__TT
2 changes: 1 addition & 1 deletion pullgerSquirrel
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ websockets==10.3
django-cors-headers==3.13.0

requests~=2.28.1
cryptography~=37.0.4
cryptography~=37.0.4

APScheduler~=3.9.1

0 comments on commit 6d58ab9

Please sign in to comment.