-
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 #24 from urmatovnaa/Altynai
add README.md
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# AkylUp | ||
Let's go digital hackathon | ||
|
||
Тема: "Сближение государства и граждан через | ||
цифровые технологии" | ||
|
||
## _About us_ | ||
AkylUp is a community of public servants and | ||
policymakers from Kyrgyzstan | ||
working to make government smarter. | ||
You can know events, take courses and | ||
ask questions to others. | ||
|
||
### Design | ||
https://www.figma.com/file/ydclC0S7lCSK5lo0rL9MN0/Final-Work-Version?node-id=70%3A540&t=CoxtdF4ZDIPsu4oN-0 | ||
|
||
### To start project: | ||
```sh | ||
1.Install venv in project: | ||
|
||
python3 -m venv venv | ||
|
||
2.Start virtualenv: | ||
|
||
source venv/bin/activate | ||
|
||
3.Installing all requirements: | ||
|
||
pip install -r requirements.txt | ||
python manage.py createsuperuser | ||
python manage.py runserver | ||
127.0.0.1:8000 | ||
``` |